I want to access Security duties (in code), but I don’t know where they are stored (in which table)?
Privileges are stored in SecurityTask, now I need to know where duties are stored in AX 2012.
Thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I found it here: http://arsalanax.blogspot.be/2012/02/role-based-security-in-ax.html
Roles are stored in SecurityRole
User to role mappings in SecurityUserRole
Duties & privileges stored in SecurityTask
Duty to privileges mappings are stored in SecuritySubTask
Role to duty mappings are stored in SecurityRoleTaskGrant
UPDATE (query added)