{ "sections": [ "title", "description", "file_information", "directory_location", "fields", "wsdl_segment", "declarative_metadata_sample_definition" ], "title": "TopicsForObjects - Metadata API", "description": "Represents the ability to assign topics to objects or to remove topic assignments.", "file_information": ".topicsForObjects", "directory_location": "topicsForObjects", "fields_columns": [ "type", "description" ], "fields": { "enableTopics": { "type": "boolean", "description": "When true, indicates whether users can assign topics or remove topic assignments. When false, users can’t assign or remove topics. Upon org creation, this value is true for the following objects: Account Asset Campaign Case Contact Content Document Contract Event Lead Opportunity Order Solution Task For all remaining standard objects and custom objects, the default is false.", "required": true }, "entityApiName": { "type": "string", "description": "Indicates the object’s API name for enabling topics.", "required": true } }, "wsdl_segment": "```xml\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 TopicsForObjects component.", "code": "\n\n false\n Account\n" } ] }