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
ClientOrServerParameters
- _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.
Show: