Hello All,
I would like to allow the Master Planner to open all sales orders without seeing any pricing information.
So I've followed the following article: https://msdn.microsoft.com/en-us/library/hh272122.aspx
and I've successfully done something similar for a new table that was created by me.
But how to do it for the existing table while the article says:
For this walkthrough you create your own table in the AOT. One reason not to use an existing system table is that it already has security roles associated to it. The related security roles will alter the permissions for your table.
Steps I've done for this
1 - New Project
2 - Added 2 Menu Items
SalesTableListPage (For Sales Orders ==> Access Level: Read)
SalesTableForEdit (For Sales Lines ==> Access Level: Read)
3 - Added A Privilege With Entry Point (SalesTableListPage Menu Item)
4 - Added The SalesLine Table to the privilege & Added the SalesPrice field (Access Level: No Access)
6 - Added the privilege to a Security Role.
7 - Added The Menu Item to Master Plan Common Menu.
8 - Assigned the security role to the user.
Everything went right except that the Sales Price field still visible which is logic.
So Anyway to do it the right way?
*This post is locked for comments
I have the same question (0)

Report
All responses (
Answers (