Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates the CustPaymSched for an installment order at the time of invoicing.
Syntax
public void mcrCreateAdjustedPaymentSched_IB(
SalesTable _salesTable,
SalesTotals _salesTotals,
boolean _partialInvoice)
Run On
Called
Parameters
- _salesTable
Type: SalesTable Table
SalesTable buffer assoicated with the invoice.
- _salesTotals
Type: SalesTotals Class
SalesTotals for the sales order being invoiced.
- _partialInvoice
Type: boolean
A boolean value to indicate if the invoice is a full or partial invoice.It will be set to true if the invoice is a partial invoice; otherwise, false.