VendFieldMetadata::setFieldStatus Method
Sets the status for a field to metadata based on the definition of the field.
Syntax
server public static void setFieldStatus(
RecId _configProfileRecId,
TableId _tableName,
FieldId _fieldName,
VendFieldMetadataStatus _status)
Run On
Server
Parameters
- _configProfileRecId
Type: RecId Extended Data Type
The record ID field of the entry point configuration profile.
- _tableName
Type: TableId Extended Data Type
The table name of the field metadata.
- _fieldName
Type: FieldId Extended Data Type
The field name of the field metadata.
- _status
Type: VendFieldMetadataStatus Enumeration
The status to set field metadata to.
Remarks
The value of the status can be one of the following: displayed, not displayed, or required.