CustBillingCodeRate::find Method
Reads the CustBillingCodeRate table to find the specified record.
Syntax
client server public static CustBillingCodeRate find(
RecId _recId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The record ID of the record to find.
- _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: CustBillingCodeRate Table
A CustBillingCodeRate table buffer.