Share via


RetailOrderManager::CreateOrderLines Method [AX 2012]

Create a sales lines from a retail transaction table entry

Syntax

client server private static RecId CreateOrderLines(SalesTable salesTable, RetailTransactionTable transactionTable)

Run On

Called

Parameters

  • salesTable
    Type: SalesTable Table
    Sales order that the sales lines will be added to

Return Value

Type: RecId Extended Data Type
largest InventTransId for the sales lines created

Remarks

Creates entries in SalesLine, MarkupTrans, Tax and RetailSalesLine

See Also

Reference

RetailOrderManager Class