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