ReleaseUpdateBulkCopyMap::addTableNameMapping Method [AX 2012]
Adds a special table mapping by using its name.
client server public static void addTableNameMapping(
TableName _oldTableName,
TableName _newTableName,
[NoYes _system])
Run On
CalledParameters
- _oldTableName
- Type: TableName Extended Data Type
The source table name.
- _newTableName
- Type: TableName Extended Data Type
The target table name.
- _system
- Type: NoYes Enumeration
Indicates whether there is system mapping.
Show: