NAV2015/2016 classic client [dev] user privileges

Hello,
i would like to ask if you know if there is any way and how to set permissions for user who should get access to the client and view the objects but can't modify them.
many thanks

Answers

  • CailleanCaillean Member Posts: 36
    1. Create a role with the permissions to use object designer:

    Object Type = System
    Object ID = 5210 (Extras, Object Designer)
    Read Permission / Insert Permission / Modify Permission / Delete Permission / Execute Permission = Yes


    ... users can open the object designer and watch the objects.


    2. If the Users should also be enabled to open an object in design mode - but not to save any changes add the follwing permissions:

    For Tables:
    Object Type = Table
    Object ID = 0
    Read Permission / Insert Permission / Modify Permission / Delete Permission / Execute Permission = Yes

    Object Type = System
    Object ID = 9010 (Design, Table, Basic)
    Read Permission / Insert Permission / Modify Permission / Delete Permission / Execute Permission = Yes

    For Forms:
    Object Type = Form
    Object ID = 0
    Read Permission / Insert Permission / Modify Permission / Delete Permission / Execute Permission = Yes

    Object Type = System
    Object ID = 9020 (Design, Form, Basic)
    Read Permission / Insert Permission / Modify Permission / Delete Permission / Execute Permission = Yes


    ... and so on for other object types if needed.
  • mr3oh5mr3oh5 Member Posts: 2
    many thanks for your reply, it works!
Sign In or Register to comment.