Sunday, July 3, 2016

Read Only Access Role in ax 2012

// Read Only Access Role in ax 2012
1) Create New Project
2) Click Advance Filter/Sort
3) *Inquire,*Review for table SysModelElement field Name
4) SecurityDuty for table SysModelElementType field Element Type Name.
5) AOT->Security-> roles-> new Role
6) Drag all Security Duty to newly created Role
7) System Adminsitration/Setup/Security/Security Roles
8) Select Newly create Security Roles and Click Override permission
9) Select Table and Un check Do not Overide and then Select "View" option in Access Level
10) Select newly created Roles to User for Reaad only Access

No comments:

Post a Comment

Convert Call stack to readable format in D365FO X++

//Input --container _xppCallStack = xSession::xppCallStack();  Public static str POL_formatXppCallStack(container _xppCallStack, int _skipFr...