RetailCreateLinesFromProductsToAdd.createInventJournalTrans Method [AX 2012]

Creates the record into InventJournalTrans table.

private void createInventJournalTrans(Common _inventJournalTrans, TmpRetailProductsToAdd _tmpProductsToAdd)

Run On

Called

Parameters

_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.

This method creates the counting journal lines for all selected products on the Add products form.

Community Additions

ADD
Show: