Roles management in NAV 2009

Hi everyone,

I want to know how roles and permissions are managed in NAV 2009.
I know there are tables such as User, Member of and Permission…but is there some code (a codeunit or so) that is executed when we try to access or execute an object?

Thanks in advance :mrgreen:

Hi ,

What exactly you are trying to achieve, not sure if I get exactly what you are looking for .

Have you read the documentation and msdn ?

http://msdn.microsoft.com/en-us/library/dd568726.aspx

gabor

Thank you for your answer…

I’ve already read the documentation…What I need to know is if there is a code that NAV executes when we try to access or execue an object, may be a codeunit or so?

Not that I am aware . You can check if user has permissions to an object prior to exection though.

The rest is handled by the client.

g.