ReleaseUpdateBulkCopyDB.applyRecIdPatching Method [AX 2012]
Applies record ID patching on a table during bulk copy.
public Struct applyRecIdPatching(
TableName _sourceTableName,
ReleaseUpdateBulkCopyField _releaseUpdateBulkCopyField,
boolean _perCompanyToGlobal,
int _joinCount)
Run On
ServerParameters
- _sourceTableName
- Type: TableName Extended Data Type
The source table name.
- _releaseUpdateBulkCopyField
- Type: ReleaseUpdateBulkCopyField Table
The bulk copy field information.
- _perCompanyToGlobal
- Type: boolean
A Boolean value that indicates whether the table is converted from percompany to global.
- _joinCount
- Type: int
The join count.
Community Additions
ADD
Show: