Options

you do not have the following permissions ...

timobechtimobech Member Posts: 10
Hi folks,

I'm stack with problem 3 days ago, when i want to customize and personalize users.
I create different users and assign different profiles for them but when i want to modify permissions for one user from SUPER to another permissions that i create, i get this error message when i start RTC. "you do not have the following permissions ..."
I tried to add this permissions but there is another permissions to add in error message,so i think that this is the wrong way to solve the problem.

can any one tell me, How can i log to user without SUPER permissions ?

Thanks for you're help :smile:

Answers

  • Options
    mohana_cse06mohana_cse06 Member Posts: 5,503
    Please check standard permissions set and check BASIS
  • Options
    parmparm Member Posts: 49
    Hi,
    You have to define all the objects that user can use and the permissions for tabledata.
    Example:
    Report 50001 rx (read and execute)
    Codeunit 50002 rx (read and execute)
    Tabledata 50010 ridm (read, insert, delete and modify)
    Tabledata 50012 r (read)
    Tabledata 50015 rim (read, insert and modify)
    System ???? x (execute)

    You should create groups of permissions to be more simple to manage.
    Example:
    Group of permissions to warehouse operations
    Group of permissions to sales operations
    Group of permissions to everyone (minimum permissions to allow enter in NAV)

    If the user work with warehouse you should add the warehouse operations and the everyone.

    Each group should be incremental in terms of permissions. By this I mean in the warehouse operations don't put the everyone permissions. Only add the specific to warehouse.
    Also, if you have "warehouse operations" and "warehouse controller" (that can execute more that "warehouse operations") you should only put in the "warehouse controller" the additional permissions.

    In standard cronus (W1 or country localization) configuration you should found some groups that you can use to create yours.

    Regards,

    parm
  • Options
    timobechtimobech Member Posts: 10
    mohana,
    i didn't find BASIC or BASIS permissions
    parm,
    thanks i get it, can u tell me permissions required to allow enter in NAV
  • Options
    mohana_cse06mohana_cse06 Member Posts: 5,503
  • Options
    aceXaceX Member Posts: 166
    You need to use BASIC Permissions for start. But depends of the user perssonalization you will need to add all of the TableData or other objects that will be required
  • Options
    timobechtimobech Member Posts: 10
    I'm using 2016 version
  • Options
    mohana_cse06mohana_cse06 Member Posts: 5,503
    Is it an upgraded db from old version or NAV2016 db?
    it should be available in NAV2016 db.
  • Options
    SigGunnSigGunn Member Posts: 18
    What localization are you using?
    The names of the permission sets are localized. For example the BASIC permission set is named GRUNN in the Icelandic localization.
    Search for a Permission Set where Name is reads something like "Basic user (all included)" in the localization language.
  • Options
    timobechtimobech Member Posts: 10
    i'm running NAV in french language so the permission set is called :
    STANDARD - utilisateur basique (tt compris)

    Thanks SigGunn ,parm and mohana for you're help
Sign In or Register to comment.