afv-library/skills/platform-metadata-api-context-get/data/metadata_api/AccountInsightsSettings.json

30 lines
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"declarative_metadata_sample_definition"
],
"title": "AccountInsightsSettings - Metadata API",
"description": "Represents an orgs Einstein Account Insights settings. This setting controls features that help your reps maintain their relationships with their customers.",
"file_information": ".settings",
"directory_location": "settings",
"fields_columns": [
"type",
"description"
],
"fields": {
"enableAccountInsights": {
"type": "boolean",
"description": "Indicates whether Einstein Account Insights is enabled (true) or not (false). The default value is false."
}
},
"declarative_metadata_sample_definition": [
{
"description": "The following is an example of the AccountInsights.settings file:",
"code": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<AccountInsightsSettings xmlns=\"http://soap.sforce.com/2006/04/metadata\">\n\t<enableAccountInsights>true</enableAccountInsights>\n</AccountInsightsSettings>"
}
]
}