Security Permissions Properties for a Report [AX 2012]

Updated: March 18, 2011

Applies To: Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012

This topic lists and describes the many permission related properties that exist on subnodes under the Permissions node under the Reports node in the AOT.

The following list shows the position of the Permissions node under the Reports node in the AOT:

  • Reports

    • YourReport

      • Permissions

        • Tables

        • Server Methods

        • Associated Forms

This section describes the properties for the AOT node at Reports > YourReport > Permissions > Tables > YourTable.

Property

Required

Description

Table

Yes

The name of the table.

EffectiveAccess

Yes

The permission value. The value can be one of the following:

  • Read

  • Update

  • Create

  • Correct

  • Delete

  • NoAccess

The permission values for the EffectiveAccess property represent a hierarchy. Read is the weakest permission, and Delete is the strongest. Delete permission includes every other permission. Create permission includes Update and Read.

You can set the permission value to NoAccess to prevent all access to the table.

ManagedBy

Optional

This property is reserved for use by automation tools.

This section describes the properties for the AOT node at Reports > YourReport > Permissions > Server Methods > YourServerMethod.

Property

Required

Description

Class

Yes

The name of the server class.

Method

Yes

The name of the secure server method tagged with the SysEntryPointAttribute attribute.

EffectiveAccess

Yes

The permission value. The value can be one of the following:

  • Invoke. The server method can be called.

  • NoAccess. The server method cannot be called.

SystemManaged

Yes

Indicates whether this permission was added through automatic inference. The value can be one of the following:

  • Yes. This permission was added through automatic inference.

  • No. This permission was created manually.

ManagedBy

Optional

This property is reserved for use by automation tools.

This section describes the properties for the AOT node at Reports > YourReport > Permissions > Associated Forms > YourAssociatedForm.

Property

Required

Description

Form

Yes

The name of the form.

AccessLevel

Yes

The permission value. This field can contain one of the following values:

  • Read

  • Update

  • Create

  • Correct

  • Delete

  • NoAccess

The permission values for the EffectiveAccess property represent a hierarchy. Read is the weakest permission, and Delete is the strongest. Delete permission includes every other permission. Create permission includes Update and Read. You can set the permission value to NoAccess to prevent all access to the form.

SystemManaged

Yes

Indicates whether this permission was added through automatic inference. The value can be one of the following:

  • Yes. This permission was added through automatic inference.

  • No. This permission was created manually.

ManagedBy

Optional

This property is reserved for use by automation tools.


Announcements: New book: "Inside Microsoft Dynamics AX 2012 R3" now available. Get your copy at the MS Press Store.

Community Additions

ADD
Show: