RetailConnReplicationUtilities::isGlobalTable Method [AX 2012]
Checks the table's data is saved on a per-company basis.
client server public static boolean isGlobalTable(TableName _tableName)
Run On
CalledParameters
- _tableName
- Type: TableName Extended Data Type
Name of a table in the AOT.
Return Value
Type: booleanfalse if the table's data is saved on a per-company basis otherwise false.
Show: