Creating a new role
NAV has its own built-in methods for controlling access to certain parts of the system. This recipe will show you how to create role (Permission Set
) to limit that access.
How to do it...
From the
RoleTailored client
, navigate to Department | Administration | IT Administration | General | Permission Set.Use the
New
(Ctrl + N) action to enter a new role calledSAMPLE
with the descriptionPACKT – Sample Role
.Now with your cursor on the
SAMPLE
line, click on the actionPermissions
.Let's add a permission for
Object Type
asTableData
andObject ID
as18
.Set the permission as shown in the following table:
Object Type
Object ID
Read Permission
Insert Permission
Modify Permission
Delete Permission
Table Data
18
Yes
Yes
Yes
Yes
After setting the permission, the NAV window will look like the following screenshot:
Click on OK.
How it works...
Roles are inserted into the system using the same shortcuts as in every other record, by using the Ctrl + N...