CustBillingCodeCustomField::find Method
Finds the CustBillingCodeCustomField record based on its record ID.
Syntax
client server public static CustBillingCodeCustomField find(
RefRecId _custBillingCodeCustomField,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _custBillingCodeCustomField
Type: RefRecId Extended Data Type
The RefRecId that corresponds the record ID field.
- _forupdate
Type: boolean
A Boolean value 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: CustBillingCodeCustomField Table
A CustBillingCodeCustomField table buffer.
Remarks
This method is a public method to find custom field records.