Dictionary.tableSystem Method [AX 2012]

Indicates whether a table is a system table.

public boolean tableSystem(TableId tableId)

Run On

Called

Parameters

tableId
Type: TableId Extended Data Type
A tableId system data type that indicates a table ID.

Return Value

Type: boolean
true if the table is a system table; otherwise, false.

You can pass a table name to this method instead of a table ID by using the tableNum intrinsic function. For more information, see Intrinsic Functions.

Community Additions

ADD
Show: