Permissions/roles?

steve_wildsteve_wild Member Posts: 3
edited 2005-11-22 in Navision Attain
Is there a simple way to see what permissions are needed for a user to complete a task (i.e. posting).

Currently I have an issue where a user is trying to use an export command in a payment journal and they are getting a message saying that they don't have permissions. I have had a looked at the permissions that I feel will be needed but they already have them.

I was told that "debugger" would tell you what permissions are needed if its what’s causing the problem but I’m not sure how true that is or how too...

(We are currently using v3.6 with windows logons)

Any advice would be greatly appreciated

Comments

  • WaldoWaldo Member Posts: 3,412
    You can use code coverage to see which objects are used for that functionality.

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
  • steve_wildsteve_wild Member Posts: 3
    At the risk of sounding stupid, what is code coverage? Where can this be found?
  • Marije_BrummelMarije_Brummel Member, Moderators Design Patterns Posts: 4,262
    Tools -> Debugger -> Code Covarage

    It can be turned on/off and filters all codelines/objects that are used.

    Is has to be in your license too.
  • Marije_BrummelMarije_Brummel Member, Moderators Design Patterns Posts: 4,262
    There is also a tool for this in the download selection, but this also requires Code Coverage.
  • kinekine Member Posts: 12,562
    Debugger tells you only where is the problem.

    Codecoverage tells you which objects are used (which you need to have rights to read)

    ClientMonitor tells you which table you need only read, which you are using for inserting, which you are modifying... but you need something what analyse the client monitor... (and if you are end-user, you need Client Monitor Granule)
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.