Share via


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

  • _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.

See Also

Reference

CustBillingCodeVersion Table