mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-02 21:34:30 +08:00
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
|
|
{
|
|||
|
|
"sections": [
|
|||
|
|
"title",
|
|||
|
|
"description",
|
|||
|
|
"file_information",
|
|||
|
|
"directory_location",
|
|||
|
|
"fields",
|
|||
|
|
"declarative_metadata_sample_definition"
|
|||
|
|
],
|
|||
|
|
"title": "OpportunityInsightsSettings - Metadata API",
|
|||
|
|
"description": "Represents an org’s Einstein Opportunity Insights settings. This setting controls features that give you relevant updates about your opportunities.",
|
|||
|
|
"file_information": ".settings",
|
|||
|
|
"directory_location": "settings",
|
|||
|
|
"fields_columns": [
|
|||
|
|
"type",
|
|||
|
|
"description"
|
|||
|
|
],
|
|||
|
|
"fields": {
|
|||
|
|
"enableOpportunityInsights": {
|
|||
|
|
"type": "boolean",
|
|||
|
|
"description": "Indicates whether Einstein Opportunity Insights is enabled (true) or not (false). The default value is false."
|
|||
|
|
}
|
|||
|
|
},
|
|||
|
|
"declarative_metadata_sample_definition": [
|
|||
|
|
{
|
|||
|
|
"description": "The following is an example of the OpportunityInsights.settings file:",
|
|||
|
|
"code": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<OpportunityInsightsSettings xmlns=\"http://soap.sforce.com/2006/04/metadata\">\n\t<enableOpportunityInsights>true</enableOpportunityInsights>\n</OpportunityInsightsSettings>"
|
|||
|
|
}
|
|||
|
|
]
|
|||
|
|
}
|