Options

Record Link Permission

ajayjainajayjain Member Posts: 119
edited 2017-02-13 in NAV Three Tier
Hi,

We are on NAV 2013
we are trying for minimum permissions for users
we have given BASIC and included all 2 million tables to read/insert/modify including record link table
We have also give Table Data 0 to read indirect
whenever user try to add a new record link, NAV client crash
when we change Table Data Read Yes
then it works fine
We do not want to give read all tables directly.
What permissions are required for users to allow record line add/modify/delete
We have added some other permissions too

Now the question is
What permissions are required for standard Record link functionality
difference between all table data permissions for Read Indirect vs Read Yes for Record Link purpose only


Thanks
Ajay Jain
UK

Answers

  • Options
    vremeni4vremeni4 Member Posts: 323
    Hi,

    "Table Data 0" means access for all tables, in other words you gave indirect access on all tables.
    For the link table to work correctly BASIC role has the right permissions per default.
    or you can add this permissions.
    Table Data 2000000068 Record Link Yes Yes Yes Yes

    The reason that the client crashes might be also that there is some customisation on the Link table that needs some other permissions on other tables hence it fails.
    If you look in the "event viewer" on the Server (when it crashes) it should provide more information what is causing the problem and then you can fix the permissions accordingly.

    I hope this helps.
Sign In or Register to comment.