Dictionary.tableSystem Method [AX 2012]
Indicates whether a table is a system table.
public boolean tableSystem(TableId tableId)
Run On
CalledParameters
- tableId
- Type: TableId Extended Data Type
A tableId system data type that indicates a table ID.
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: