Assigning a role to a user
To provide access to certain areas of NAV, we need to assign permission of that area to the user. In order to limit the complexity of assigning individual object permission to every user, the NAV group-related permission under one head calls the role (Permission Set
). This recipe will show you how to assign the role (Permission Set
) to a NAV user.
How to do it...
From the
RoleTailored
client
, navigate to Department | Administration | IT Administration | General | Users.Now open User Card in the edit mode and add the role (
Permission Set
).Then go to User Permission Set fast tab.
In the
Permission
column, click on the dropdown. You should see a window similar to the following screenshot:From the role list, select
Role ID
and thenBasic
.Click on OK.
How it works...
The security system in NAV is maintained using roles (Permission Sets
) and permissions. A role (Permission Set
) is made up of permissions to access specific objects, such as tables, pages, and reports in the...