RetailOrderManager::CreateMarkupLine Method [AX 2012]
Create a MarkupTrans entry from a given RetailTransactionMarkupTrans line
client server private static void CreateMarkupLine(MarkupTrans markupTrans, RetailTransactionMarkupTrans markupLine)
Run On
CalledParameters
- markupTrans
- Type: MarkupTrans Table
Pre-initialized MarkupTrans row to populate (initialized from SalesLine or SalesTable, etc.)
- markupLine
- Type: RetailTransactionMarkupTrans Table
Retail transaction markup trans line to create a MarkupTrans record from.
Show: