Share via


Security Permissions Properties for an Info Part

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 Parts > Info Parts node in the AOT.

In Microsoft Dynamics AX an info part is a specialized type of control that you use to define a FactBox. For more information, see Parts.

Info Parts Permissions Node in the AOT

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

  • Parts

    • Info Parts

      • YourInfoPart

        • Permissions

          • Tables

          • Server Methods

Table Properties

This section describes the properties for the AOT node at Parts > Info Parts > YourInfoPart > 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.

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.

Server Method Properties

This section describes the properties for the AOT node at Parts > Info Parts > YourInfoPart > 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.

See also

Security Permissions for Securable Objects in the AOT

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