Skip to main content

Role table in Ax 2012 X++

 Name field in SecurityRole  cab show you roles. By using join you can get current user role.

Tables:

SecurityRole       ;

    SecurityUserRole    ;
    UserInfo            ;

Comments