ReleaseUpdateBulkCopyMap::addFieldToBulkCopyList Method [AX 2012]
Adds a field to the bulk copy list.
client server public static ReleaseUpdateBulkCopyField addFieldToBulkCopyList(
DEL_SqlDictionary _source,
SqlDictionary _target,
[TableName _oldShadowTableSqlName,
boolean _isSpecialMapping])
Run On
CalledParameters
- _source
- Type: DEL_SqlDictionary Table
The source table and field information.
- _target
- Type: SqlDictionary Table
The target table and field information.
- _oldShadowTableSqlName
- Type: TableName Extended Data Type
The backend shadow table name.
- _isSpecialMapping
- Type: boolean
true if true if there is special mapping.
Show: