Share via


TrvAdminCustomFields::find Method

Finds the specified record in the TrvAdminCustomFields table [by using the specified table ID and method name.

Syntax

client server public static TrvAdminCustomFields find(
    RefTableId _tableId, 
    RefFieldId _fieldId, 
   [boolean _forupdate, 
    CompanyInfoRecId _companyInfoRecId])

Run On

Called

Parameters

  • _forupdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: TrvAdminCustomFields Table
A record in the TrvAdminCustomFields table; otherwise, an empty record.

See Also

Reference

TrvAdminCustomFields Table