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
- _tableId
Type: RefTableId Extended Data Type
The ID of the table.
- _fieldId
Type: RefFieldId Extended Data Type
The ID of the field.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
- _companyInfoRecId
Type: CompanyInfoRecId Extended Data Type
A record ID that specifies the legal entity to which the TrvAdminCustomFields record belongs.
Return Value
Type: TrvAdminCustomFields Table
A record in the TrvAdminCustomFields table; otherwise, an empty record.