DMFStagingWriter::insertTempStagingTable Method [AX 2012]

Inserts the staging table Recids into TmpDMFStagingRecords table.

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

Run On

ClientOrServer

Parameters

_entity
Type: DMFEntityName Extended Data Type
The name of an entity.
_executionId
Type: DMFExecutionId Extended Data Type
An execution id.
_applyChangeTracking
Type: boolean
A boolean value to indicate whether to apply change tracking.
_ctCursor
Type: AifChangeTrackingTable Table
A buffer of AifChangeTrackingTable table.

Return Value

Type: TmpDMFStagingRecords Table
An instance of TmpDMFStagingRecords table.
Show: