Share via


MarkupTmpTotals.buildTemp Method

Consolidates the MarkupTrans records for a given invoice into temporary tables for easier viewing and variance identification.

Syntax

public void buildTemp(
    VendInvoiceInfoTable _vendInvoiceInfoTable, 
    MarkupTmpTotals _markupTmpTotals, 
    MarkupTmpDetails _markupTmpDetails, 
    NoYes _includePOTotals)

Run On

Called

Parameters

  • _includePOTotals
    Type: NoYes Enumeration
    A NoYes enumeration value that indicates whether invoice miscellaneous charges should be compared to purchase order miscellaneous charges.

Remarks

This method groups the MarkupTrans records by the MarkupCode value of the PurchParmTable record, the PurchParmSubTable record, and the PurchParmLine record.

See Also

Reference

MarkupTmpTotals Table