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