Share via


CustCustomField::find Method

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

  • _forupdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; 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.

See Also

Reference

CustCustomField Table