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