Dynamics NAV 2016 now supports the field level security capability with new property for table’s field AccessByPermission.
Set a value for the table field or UI element that determines the permission mask for the object that you want to see and access the related page fields or UI element in the client. The UI element will be removed at run-time if you don’t have permission to a certain object as specified in the Access By Permission window. So, if you don’t have permission for table, the field will automatic be hidden from the page.
For example,
In standard NAV 2016, ‘Promised Delivery Date’ on Sales Header requires permission for table ‘Order Promising Line’. If you don’t have permission, this field won’t be visible on sales order page.
Hint:
If you define the property for a table field, then all instances of the field on pages are removed. To override the property on an individual page field, delete the permission value after the = sign in the Value field. Do NOT delete the whole string as that will be replicated on the property of the table field.
For more details, click here.
Feel free to reach us in case of any query.