Is there a way of setting up security using Role Tailored Client in such a way that a person who has the ability to post Purchase or Sales Orders (Receipts/Shipments) does not also have the ability to see GL account balances? In classic client I would have just removed the ability of a user to update their navigation. My problem in RTC is that they can always seem to access the ability to update their Navigation Pane which allows them to add back the Finance navigations. Does anyone have a good solution for this in RTC?
Thanks in advance,
John
0
Comments
This is more secure than hiding the navigation controls, and would also stop a user from, say, opening the client from the command line on a specific page.
Alex
For this to work, the page/form where the user shouldn't see the table data must not have the table permission. Furthermore, the user must not be assigned another role which grants them permission. This could happen, for example, if you assigned them the SUPER role in addition to your 'Shipping and receiving' role. This is because NAV gives the user the union of the permissions granted by all their assigned roles.
Alex