RetailCreateLinesFromProductsToAdd.createPurchLine Method [AX 2012]
Creates record into PurchLine table.
private void createPurchLine(PurchTable _purchTable, TmpRetailProductsToAdd _tmpProductsToAdd)
Run On
CalledParameters
- _purchTable
- Type: PurchTable Table
A record buffer that contains information about a selected purchase order.
- _tmpProductsToAdd
- Type: TmpRetailProductsToAdd Table
A record buffer that contains the selected products to add.
Community Additions
ADD
Show: