Share via


ReleaseUpdateDB::addBulkCopyTableException Method [AX 2012]

Adds a table to the bulk copy exceptions list.

Syntax

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.

Exceptions

Exception Condition
Error

The table name is not found.

Remarks

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).

See Also

Reference

ReleaseUpdateDB Class