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