User Setup

I want to create a permission set in such a way that, user does not able to change Allow Posting From & Allow Posting To column in the user setup card page. In addition, the user is not able to create any new Items, Customers and Vendors also.

Its very urgently needed…

Please do reply…

Sagar, Don’t use Urgently needed kind of words in forum.

What did you try to achieve above requirement and what problem are you getting?

Sagar,

Fair point by Mohana re ‘urgent’. This is a forum not a helpdesk. [:)]

Basically access rights (read, write etc) are controlled through roles in Dynamics Nav which consist permissions against specific tables.

So access to the user set up table (91) is controlled through roles - the one I would use would be G/L-SETUP. Access to masters (vendor, items, customers etc) is controlled through roles. An example would be S&R-CUSTOMER and S&R-CUSTOMER, EDIT. The first allows read access, the last change access. So just assign these roles to the user (database / windows login) as required.

But what you cannot do through roles is restrict access rights to individual fields. This has to be done in other ways ranging from specific page formats to code.

Hope this helps.

Neil