Share via


DMFEntityWriter::writeToStaging Method [AX 2012]

Writes data to staging.

Syntax

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

Server

Parameters

  • _applyChangeTracking
    Type: boolean

Return Value

Type: container
A container that holds the number of records that were inserted and updated.

See Also

Reference

DMFEntityWriter Class