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

Server

Parameters

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

Return Value

Type: Struct Class
The direct SQL statement with its record ID field patched.

Community Additions

ADD
Show: