Share via


CustBillingCodeVersion::findByDate Method

Finds the specified record in the CustBillingCodeVersion table based on transaction date and _billingCodeRecId value.

Syntax

client server public static CustBillingCodeVersion findByDate(
    RecId _billingCodeRecId, 
    date _validFromDate, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _validFromDate
    Type: date
    The date used to find the version for billing code.
  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: CustBillingCodeVersion Table
A record of the CustBillingCodeVersion table; otherwise, an empty buffer.

See Also

Reference

CustBillingCodeVersion Table