Share via


DMFStagingWriter::insertTempStagingTable Method [AX 2012]

Inserts the staging table Recids into TmpDMFStagingRecords table.

Syntax

client server public static TmpDMFStagingRecords insertTempStagingTable(
    DMFEntityName _entity, 
    DMFExecutionId _executionId, 
   [boolean _applyChangeTracking, 
    AifChangeTrackingTable _ctCursor])

Run On

ClientOrServer

Parameters

  • _applyChangeTracking
    Type: boolean
    A boolean value to indicate whether to apply change tracking.

Return Value

Type: TmpDMFStagingRecords Table
An instance of TmpDMFStagingRecords table.

See Also

Reference

DMFStagingWriter Class