{
"sections": [
"title",
"description",
"file_information",
"fields",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "CustomFieldDisplay - Metadata API",
"description": "Represents the view type assigned to product attribute custom fields. This type extends the Metadata metadata type and inherits its fullName field.",
"file_information": ".customFieldDisplay",
"fields_columns": [
"type",
"description"
],
"fields": {
"displayType": {
"type": "CustomFieldDisplayType (enumeration of type string)",
"description": "The view type of the product attribute custom fields. Values are: ColorSwatch Dropdown Pill",
"required": true
},
"fieldApiName": {
"type": "string",
"description": "The unique name of the product attribute, for example, color_c.",
"required": true
},
"isProtected": {
"type": "boolean",
"description": "Optional. An auto-generated value that doesn’t impact the behavior of the metadata type. The default value is false."
},
"masterLabel": {
"type": "string",
"description": "The primary label for this object.",
"required": true
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n \n\n\n \n \n \n\n```",
"declarative_metadata_sample_definition": [
{
"description": "The following is an example of a CustomFieldDisplay component.",
"code": "\n\n\tcfd1\n\tColor__c\n\tPill\n\tfalse\n"
}
]
}