DMFEntityWriter::writeToStaging Method [AX 2012]
Writes data to staging.
server public static container writeToStaging(
DMFDefinationGroupName _definitionGroup,
DMFExecutionId _executionId,
DMFEntity entity,
[RefRecId _startRefRecId,
RefRecId _endRefRecId,
boolean _applyChangeTracking,
AifChangeTrackingTable _ctCursor,
boolean _compareData,
Timezone _timezone])
Run On
ServerParameters
- _definitionGroup
- Type: DMFDefinationGroupName Extended Data Type
The definition group.
- _executionId
- Type: DMFExecutionId Extended Data Type
The execution ID.
- entity
- Type: DMFEntity Table
The name of the entity.
- _startRefRecId
- Type: RefRecId Extended Data Type
- _endRefRecId
- Type: RefRecId Extended Data Type
- _applyChangeTracking
- Type: boolean
- _ctCursor
- Type: AifChangeTrackingTable Table
- _compareData
- Type: boolean
- _timezone
- Type: Timezone Enumeration
Return Value
Type: containerA container that holds the number of records that were inserted and updated.
Show: