TrvAdminCustomFields::findDisplayMethod Method
Finds the TrvAdminCustomFields record for the specified table ID and method name.
Syntax
client server public static TrvAdminCustomFields findDisplayMethod(
RefTableId _tableId,
IdentifierName _methodName,
[boolean _forupdate,
CompanyInfoRecId _companyInfoRecId])
Run On
Called
Parameters
- _tableId
Type: RefTableId Extended Data Type
The ID of the table.
- _methodName
Type: IdentifierName Extended Data Type
The name of the display or edit method.
- _forupdate
Type: boolean
Indicates whether the record is needed 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
The TrvAdminCustomFields record.