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)

The Table Permissions Framework


The Table Permissions Framework (TPF) enables administrators to add an additional level of security to tables that are located in the database and available through the AOT. TPF adds table-level security that verifies the access rights to the requested data. To enable TPF, the administrator must specify a value AOSAuthorization property on a specific table in the AOT, and the following table describes the possible values of the AOSAuthorization property:

Value

Description

CreateDelete

Create and delete authorization validation is performed on the AOS

UpdateDelete

Update and delete authorization validation is performed on the AOS

CreateUpdateDelete

Create, update, and delete authorization validation is performed on the AOS

CreateReadUpdateDelete

All operations are validated on the AOS

None

No AOS authorization validation is performed (default value)

You can also add additional rules for validation by using the following table methods (use...