InventJournalTransDocPLDP.insertInventJournalTransDocPLTmp Method [AX 2012]
This method inserts data into the InventJournalTransDocPLTmp temporary table.
Syntax
private void insertInventJournalTransDocPLTmp(
InventJournalTrans _inventJournalTrans,
InventDim _inventDim,
DimensionAttributeValueCombination _dimensionAttributeValueCombination,
MainAccount _mainAccount,
JournalError _journalError)
Run On
Server
Parameters
- _inventJournalTrans
Type: InventJournalTrans Table
The InventJournalTrans table object.
- _inventDim
Type: InventDim Table
The InventDim table object.
- _dimensionAttributeValueCombination
Type: DimensionAttributeValueCombination Table
The DimensionAttributeValueCombination table object.
- _mainAccount
Type: MainAccount Table
The MainAccount table object.
- _journalError
Type: JournalError Table
The JournalError table object.