CustBillingCodeVersion.getCorrectedInvoiceDates Method
Gets the valid date range to be applied on corrected invoices.
Syntax
public container getCorrectedInvoiceDates(
CustInvoiceTableRefRecId _custInvoiceTableRefRecId,
date _oldInvoiceDate,
date _newInvoiceDate)
Run On
ClientOrServer
Parameters
- _custInvoiceTableRefRecId
Type: CustInvoiceTableRefRecId Extended Data Type
The record ID of the CustInvoiceTable table.
- _oldInvoiceDate
Type: date
The old invoice date on the date control.
- _newInvoiceDate
Type: date
The new invoice date on the date control.
Return Value
Type: container
A container that contains the date ranges and a Boolean value.