ReleaseUpdateSysBPTableException::tableIsException Method [AX 2012]

Indicates whether the table is in the exception list.

client server public static boolean tableIsException(TableName _tableName)

Run On

Called

Parameters

_tableName
Type: TableName Extended Data Type
The name of the table to check.

Return Value

Type: boolean
true if the table is in the exception list; otherwise, false.

The list is hard-coded.

Show: