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.
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
- _billingCodeRecId
Type: RecId Extended Data Type
The record ID of the CustBillingCode table.
- _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.