DMFStagingWriter::execute Method [AX 2012]
Runs the write to staging.
client server public static Batchable execute(
DMFExecutionId _executionId,
RefRecId _batchId,
[boolean _runOnService,
boolean _calledFrom,
boolean _applyChangeTracking,
AifChangeTrackingTable _ctCursor,
Timezone _timeZone,
boolean _compareData,
boolean _isInMdmParallelBatch,
BatchHeader _mdmBatchHeader])
Run On
CalledParameters
- _executionId
- Type: DMFExecutionId Extended Data Type
Execution Id.
- _batchId
- Type: RefRecId Extended Data Type
Batch Id.
- _runOnService
- Type: boolean
Tells whether the execution should be on service.
- _calledFrom
- Type: boolean
Flag which says if its called from form.
- _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
- _compareData
- Type: boolean
True, if method is called from compare entity data.
- _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.
Return Value
Type: Batchable InterfaceThe status writer task if multi-thread is used, nullNothingnullptrunita null reference (Nothing in Visual Basic) otherwise.
Show: