Share via


CustBillingCodeVersion.checkValidBillingCodeVersionByDates Method

Indicates whether the new date is in the valid date range.

Syntax

public boolean checkValidBillingCodeVersionByDates(
    CustInvoiceTableRefRecId _custInvoiceTableRefRecId, 
    date _oldInvoiceDate, 
    date _newInvoiceDate)

Run On

Called

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: boolean
true if the new date is valid; otherwise, false.

See Also

Reference

CustBillingCodeVersion Table