{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "OrgSettings - Metadata API",
"description": "Represents the settings for org-wide functionality that isn’t associated with any specific feature.This type extends the Metadata metadata type and inherits its fullName field.",
"file_information": ".settings",
"directory_location": "settings",
"fields_columns": [
"type",
"description"
],
"fields": {
"enableCustomerSuccessPortal": {
"type": "boolean",
"description": "Indicates whether Customer Portal is enabled (true) or not (false)."
},
"enableManageSelfServiceUsers": {
"type": "boolean",
"description": "Indicates whether mass management of self-service users is enabled through the Self-Service Portal (true) or not (false)."
},
"enableOrgFeedSentimentAnalysis": {
"type": "boolean",
"description": "Indicates whether feed sentiment analysis is enabled for the org (true) or not (false)."
}
},
"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 OrgSettings component.",
"code": "\n\n false\n true\n false\n false\n true\n \n"
}
]
}