Share via


CustPostInvoice4Paym_RU.runSummary Method [AX 2012]

Creates summary invoice for payment per list of FTIs

Syntax

public void runSummary(container _invoiceList, TransDate _invoiceDate)

Run On

Server

Parameters

  • _invoiceList
    Type: container
    Container of FTI RecID's to be included into single invoice for payment

Remarks

Assumption is that quality of aggregation and validity of FTIs in _invoiceList is assured by calling method.

For example if one of FTIs is invoiced already it will still be included into summary I4P.

See Also

Reference

CustPostInvoice4Paym_RU Class