{ "sections": [ "title", "description", "fields", "sub_types", "wsdl_segment", "declarative_metadata_sample_definition" ], "title": "FieldSet - Metadata API", "description": "Represents a field set. A field set is a grouping of fields. For example, you could have a field set that contains fields describing a user's first name, middle name, last name, and business title.", "fields_columns": [ "type", "description" ], "fields": { "availableFields": { "type": "FieldSetItem[]", "description": "An array containing all the possible fields in the field set." }, "description": { "type": "string", "description": "A description provided by the developer that describes the field set. This is required.", "required": true }, "displayedFields": { "type": "FieldSetItem[]", "description": "An array containing all the fields that are presented on the Visualforce page. The order in which a field is listed determines the order of appearance on the page." }, "label": { "type": "string", "description": "The label used to reference the field set.", "required": true } }, "sub_types": { "FieldSetItem": { "field": { "type": "string", "description": "The name of a field in a standard or custom object.", "required": true }, "isFieldManaged": { "type": "boolean", "description": "Read-only. Denotes whether the field was added to the field set via a managed or unmanaged package." }, "isRequired": { "type": "boolean", "description": "Read-only. Indicates whether the field is universally required (true) or not (false)." } } }, "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 \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 \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 \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 \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n```", "declarative_metadata_sample_definition": [ { "description": "A sample XML definition of a FieldSet component is shown below.", "code": "\n\n \n FieldSetNames\n \n MiddleName__c\n \n \n Title__c\n \n FieldSet containing how to properly address someone\n \n FirstName__c\n \n \n LastName__c\n \n \n \n" } ] }