ReleaseUpdateBulkCopyMap::addFieldToBulkCopyList Method [AX 2012]

Adds a field to the bulk copy list.

Syntax

client server public static ReleaseUpdateBulkCopyField addFieldToBulkCopyList(
    DEL_SqlDictionary _source, 
    SqlDictionary _target, 
   [TableName _oldShadowTableSqlName, 
    boolean _isSpecialMapping])

Run On

Called

Parameters

  • _isSpecialMapping
    Type: boolean
    true if true if there is special mapping.

Return Value

Type: ReleaseUpdateBulkCopyField Table
The field mapping information.

See Also

Reference

ReleaseUpdateBulkCopyMap Class