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 CustInvLineBillCodeCustomFieldInt record based on the Record ID field.
Syntax
client server public static CustInvLineBillCodeCustomFieldInt find(
RefRecId _customFieldValueInt,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _customFieldValueInt
Type: RefRecId Extended Data Type
The RefRecId field that corresponds the record ID field.
- _forupdate
Type: boolean
A Boolean that determines 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: CustInvLineBillCodeCustomFieldInt Table
A CustInvLineBillCodeCustomFieldInt table buffer.
Remarks
A public method to find Custom Field records.