Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _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.