CustBillingCode::find Method
Finds the Billing Code based on the Record ID field.
Syntax
client server public static CustBillingCode find(
BillingCodeRefRecId _billingCodeRefRecId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _billingCodeRefRecId
Type: BillingCodeRefRecId Extended Data Type
The BillingCodeRefRecId field, which corresponds the Record ID field.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for updating; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
A value that is used when the table is not automatically concurrent; optional.
Return Value
Type: CustBillingCode Table
A CustBillingCode table buffer.
Remarks
This is a public method that is used to find Billing Code records.