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

Server

Parameters

_tableName
Type: str
The name of the table to add to the exception list.
_exceptionType
Type: ReleaseUpdateBulkCopyExceptionType Enumeration
The type of the exception.

ExceptionCondition
Error

The table name is not found.

Call this method during pre-synchronization to prevent the table from being copied during the bulk copy operation (DoNotCopy), or to indicate that the target table should be truncated during the bulk copy operation (Truncate).

Show: