Book Image

Microsoft Dynamics AX 2012 R3 Security

By : Ahmed Mohamed Rafik Moustafa
Book Image

Microsoft Dynamics AX 2012 R3 Security

By: Ahmed Mohamed Rafik Moustafa

Overview of this book

Table of Contents (12 chapters)

Setting the XDS policy context


According to the requirements, the security policy needs to be adjusted to apply only to the users who were assigned to the vendor role. The following steps should be performed to make the appropriate adjustment:

  1. Adjust the ContextType property on the policy node to RoleProperty.

  2. Settle the ContextString property on the policy node to ForAllVendorRoles:

To assign this policy to all the vendor roles, the ForAllVendorRoles context should be applied to the appropriate roles:

  1. Locate each role that needs to be assigned to this policy on the AOT node; for example, the VendVendor role.

  2. Adjust the ContextString property on the VendVendor role to ForAllVendorRoles:

Tip

For more information, go to MSDN and refer to Whitepapers – Developing Extensible Data Security Policies at https://msdn.microsoft.com/en-us/library/bb629286.aspx.