RetailCreateLinesFromProductsToAdd.createSalesLine Method [AX 2012]
Creates record into SalesLine table.
private void createSalesLine(SalesTable _salesTable, TmpRetailProductsToAdd _tmpProductsToAdd)
Run On
CalledParameters
- _salesTable
- Type: SalesTable Table
A record buffer that contains information about a selected sales order.
- _tmpProductsToAdd
- Type: TmpRetailProductsToAdd Table
A record buffer that contain the selected products to add.
Community Additions
ADD
Show: