RetailCreateLinesFromProductsToAdd.createSalesLine Method [AX 2012]

Creates record into SalesLine table.

private void createSalesLine(SalesTable _salesTable, TmpRetailProductsToAdd _tmpProductsToAdd)

Run On

Called

Parameters

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

This method creates the sales lines for all selected products on the add products form.

Community Additions

ADD
Show: