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
- _vendInvoiceInfoTable
Type: VendInvoiceInfoTable Table
The invoice to consolidate.
- _markupTmpTotals
Type: MarkupTmpTotals Table
A reference to the MarkupTmpTotals table.
- _markupTmpDetails
Type: MarkupTmpDetails Table
A reference to the MarkupTmpDetailsls table.
- _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.