Share via


ReleaseUpdateBulkCopyDB.applyRecIdPatching Method [AX 2012]

Applies record ID patching on a table during bulk copy.

Syntax

public Struct applyRecIdPatching(
    TableName _sourceTableName, 
    ReleaseUpdateBulkCopyField _releaseUpdateBulkCopyField, 
    boolean _perCompanyToGlobal, 
    int _joinCount)

Run On

Server

Parameters

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

See Also

Reference

ReleaseUpdateBulkCopyDB Class