DMFStagingWriter::runOnServer Method [AX 2012]

Write into staging in batch.

server private static Batchable runOnServer(
    DMFExecutionId _executionId, 
    RecId _batchId, 
    boolean runOn, 
   [boolean _applyChangeTracking, 
    AifChangeTrackingTable _ctCursor, 
    Timezone _timezone, 
    boolean _isInMdmParallelBatch, 
    BatchHeader _mdmBatchHeader, 
    boolean _isCompare])

Run On

Server

Parameters

_executionId
Type: DMFExecutionId Extended Data Type
Execution Id.
_batchId
Type: RecId Extended Data Type
Batch Id.
runOn
Type: boolean
Flag to check if run on server.
_applyChangeTracking
Type: boolean
Whether change tracking is applied to filter the query of the entity
_ctCursor
Type: AifChangeTrackingTable Table
The table buffer used for change tracking
_timezone
Type: Timezone Enumeration
User Preferred TimeZone
_isInMdmParallelBatch
Type: boolean
True if this is in master data management synchronization and multi-thread is used.
_mdmBatchHeader
Type: BatchHeader Class
The batch header used in master data management synchronization.
_isCompare
Type: boolean
True, if method is called from compare entity data.

Return Value

Type: Batchable Interface
The status writer task if multi-thread is used, nullNothingnullptrunita null reference (Nothing in Visual Basic) otherwise.
Show: