DMFEntityWriter::insertTempStagingTable Method [AX 2012]
Inserts a set of records in to TmpDMFStagingRecords.
client server public static TmpDMFStagingRecords insertTempStagingTable(
TableName _entityTableName,
DMFExecutionId _executionId,
boolean _onlyErrored,
boolean _onlySelected)
Run On
ClientOrServerParameters
- _entityTableName
- Type: TableName Extended Data Type
A variable holds the table name.
- _executionId
- Type: DMFExecutionId Extended Data Type
A variable of type DMFExecutionId.
- _onlyErrored
- Type: boolean
A boolean value to get errored one's.
- _onlySelected
- Type: boolean
A boolean value to get _onlySelected one's.
Show: