Share via


RetailOrderManager::CreateMarkupLine Method [AX 2012]

Create a MarkupTrans entry from a given RetailTransactionMarkupTrans line

Syntax

client server private static void CreateMarkupLine(MarkupTrans markupTrans, RetailTransactionMarkupTrans markupLine)

Run On

Called

Parameters

  • markupTrans
    Type: MarkupTrans Table
    Pre-initialized MarkupTrans row to populate (initialized from SalesLine or SalesTable, etc.)

Remarks

Populates the code, value, tax groups and then performs insert.

See Also

Reference

RetailOrderManager Class