Omnichannel not activated when specified in the scratch definition file #404
Labels
area:org
owned by another team
The Salesforce CLI team does not own this work but will pass on the information to the correct team.
When creating the scratch org the omnichannel that supposed to be activated, is not
I'm Using Mac OS Catalina
And the CLI version is: sfdx-cli/7.57.1-dbf54fc584 darwin-x64 node-v10.15.3
Bellow the extract of our scratch org definition file.
{
"orgName": "Demo company",
"edition": "Enterprise",
"language": "fr",
"features": ["PersonAccounts","Workflow","MarketingUser","SalesUser","Knowledge","ServiceCloud","AdditionalFieldHistory:40","RecordTypes","FieldAuditTrail"],
"settings": {
"chatterSettings": {
"enableChatter": true
},
"quoteSettings": {
"enableQuote": true
},
"omniChannelSettings": {
"enableOmniChannel": true
},
"opportunitySettings": {
"enableOpportunityFieldHistoryTracking": true
},
"accountSettings": {
"showViewHierarchyLink": true
},
"enhancedNotesSettings": {
"enableEnhancedNotes": true,
"enableTasksOnEnhancedNotes" : true
},
"userManagementSettings": {
"enableNewProfileUI": true
},
"surveySettings": {
"enableSurvey": true
},
"pathAssistantSettings": {
"pathAssistantEnabled": true
}
}
}
The text was updated successfully, but these errors were encountered: