SalesInvoiceDPBase.getMarkupCode Method [AX 2012]

Gets the markup code from the invoice.

Syntax

private MarkupCode getMarkupCode(
    CustInvoiceJour _custInvoiceJour, 
    MarkupTrans _markupTrans, 
    MarkupTmpTrans_FI _markupTmpTrans)

Run On

Server

Parameters

  • _custInvoiceJour
    Type: CustInvoiceJour Table
    A CustInvoiceJour record contains the invoice information.
  • _markupTrans
    Type: MarkupTrans Table
    A MarkupTrans record contains the markup transaction information related to the invoice.
  • _markupTmpTrans
    Type: MarkupTmpTrans_FI Table
    A MakrupTmpTrans_FI record that contains the markup transaction information related to the pro forma.

Return Value

Type: MarkupCode Extended Data Type
The MarkupCode value of the markup transaction.

See Also

Reference

SalesInvoiceDPBase Class