CustBillingCodeVersion::findCurrentVersionByBillingCode Method
Finds the current version in the CustBillingCodeVersion table by billing code.
Syntax
client server public static CustBillingCodeVersion findCurrentVersionByBillingCode(
RecId _billingCodeRecId,
[boolean _forUpdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _billingCodeRecId
Type: RecId Extended Data Type
The record ID of the CustBillingCode table record to find.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model to use when the record is read; optional.
Return Value
Type: CustBillingCodeVersion Table
A record of the CustBillingCodeVersion table; otherwise, an empty buffer.