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 billing code version, based on the RecID field.
Syntax
client server public static CustBillingCodeVersion find(
RefRecId _custBillingCodeVersionRefRecId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _custBillingCodeVersionRefRecId
Type: RefRecId Extended Data Type
The RefRecId value that corresponds to the RecID field.
- _forupdate
Type: boolean
A Boolean that indicates whether to read the record for update; optional.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
A value that is used when the table is not automatically concurrent; optional.
Return Value
Type: CustBillingCodeVersion Table
A CustBillingCodeVersion table buffer.
Remarks
This is a public method that finds billing code version records.