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 CustInvLineBillCodeCustomFieldReal value based on Record ID field.
Syntax
client server public static CustInvLineBillCodeCustomFieldReal find(
RefRecId _customFieldValueReal,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _customFieldValueReal
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: CustInvLineBillCodeCustomFieldReal Table
A CustInvLineBillCodeCustomFieldReal table buffer.
Remarks
This is a public method that is used to find Custom Field records.