TrvAdminCustomFields::initializeDisplayMethod Method
Initializes a display method in the TrvAdminCustomFields table.
Syntax
client server public static void initializeDisplayMethod(
RefTableId _tableId,
IdentifierName _methodName,
TrvFieldVisibility _trvFieldVisibility,
[CompanyInfoRecId _companyInfoRecId,
NoYes _showInForm])
Run On
Called
Parameters
- _tableId
Type: RefTableId Extended Data Type
The table to which the display method belongs.
- _methodName
Type: IdentifierName Extended Data Type
The name of the display method.
- _trvFieldVisibility
Type: TrvFieldVisibility Enumeration
The visibility of the display method in Enterprise Portal.
- _companyInfoRecId
Type: CompanyInfoRecId Extended Data Type
The legal entity in which the display method is to be initialized.
- _showInForm
Type: NoYes Enumeration
A Boolean value that indicates whether the display method should be shown in a display fields form.