RetailCreateLinesFromProductsToAdd.createInventJournalTrans Method [AX 2012]
Creates the record into InventJournalTrans table.
private void createInventJournalTrans(Common _inventJournalTrans, TmpRetailProductsToAdd _tmpProductsToAdd)
Run On
CalledParameters
- _inventJournalTrans
- Type: Common Table
A record buffer that contains information about a selected counting journal.
- _tmpProductsToAdd
- Type: TmpRetailProductsToAdd Table
The record buffer that contain all the selected products to add.
Community Additions
ADD
Show: