ReleaseUpdateDB::addBulkCopyTableException Method [AX 2012]
Adds a table to the bulk copy exceptions list.
server public static void addBulkCopyTableException(str _tableName, ReleaseUpdateBulkCopyExceptionType _exceptionType)
Run On
ServerParameters
- _tableName
- Type: str
The name of the table to add to the exception list.
- _exceptionType
- Type: ReleaseUpdateBulkCopyExceptionType Enumeration
The type of the exception.
Show: