SecurityRights.tableFieldAccessRights Method [AX 2012]

Retrieves the field access rights for the table.

public SecurityTableRights tableFieldAccessRights(
    TableName tableName, 
   [Common record, 
    DataAreaId dataArea, 
    boolean includeDerived, 
    AutoAuthzMode autoAuthzMode])

Run On

Called

Parameters

tableName
Type: TableName Extended Data Type

record
Type: Common Table

dataArea
Type: DataAreaId Extended Data Type

includeDerived
Type: boolean

autoAuthzMode
Type: AutoAuthzMode Enumeration

Return Value

Type: SecurityTableRights Class
The SecurityTableRights instance for the table.

Community Additions

ADD
Show: