{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "AccountIntelligenceSettings - Metadata API",
"description": "Represents an org’s Account Intelligence settings. These settings control features that make it easy for sales reps to create accounts, see relevant news articles, and add logos to account records. This type extends the Metadata metadata type and inherits its fullName field.",
"file_information": ".settings",
"directory_location": "settings",
"fields_columns": [
"type",
"description"
],
"fields": {
"enableAccountLogos": {
"type": "boolean",
"description": "Indicates whether your sales reps can see available company logos (true) or not (false). The logos are for US-based companies only. The default value is false. enableAutomatedAccountFields must be true to use this setting."
},
"enableAutomatedAccountFields": {
"type": "boolean",
"description": "Indicates whether Automated Account Fields is enabled (true) or not (false). The default value is false."
},
"enableNewsStories": {
"type": "boolean",
"description": "Indicates whether News is enabled (true) or not (false). The default value is false. enableAutomatedAccountFields must be true to use this setting."
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n\n```",
"declarative_metadata_sample_definition": [
{
"description": "The following is an example of the AccountIntelligence.settings file:",
"code": "\n\n\ttrue\n\ttrue\n\ttrue\n"
}
]
}