ReleaseUpdateBulkCopyMap::isInTheExceptionList Method [AX 2012]

Checks whether a table is in the exception list.

client server public static boolean isInTheExceptionList(str tableName)

Run On

Called

Parameters

tableName
Type: str
The name of the table.

Return Value

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

Tables in the exception list will not be populated in the bulk copy list. They are either skipped or copied over during the connect to source database step.

Show: