Share via


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

Remarks

The value of the status can be one of the following: displayed, not displayed, or required.

See Also

Reference

VendFieldMetadata Table