Share via


RetailCreateLinesFromProductsToAdd.createPurchLine Method [AX 2012]

Creates record into PurchLine table.

Syntax

private void createPurchLine(PurchTable _purchTable, TmpRetailProductsToAdd _tmpProductsToAdd)

Run On

Called

Parameters

  • _purchTable
    Type: PurchTable Table
    A record buffer that contains information about a selected purchase order.

Remarks

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

See Also

Reference

RetailCreateLinesFromProductsToAdd Class