You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been experimenting with changing from orgPreferences to settings in my Scratch definition file and I have discovered that the presence of any of these options causes an error when creating the scratch org:
The other settings I am using that all do work fine are:
"chatterEnabled": true,
"enhancedEmailEnabled": true,
"networksEnabled": true,
"pathAssistantsEnabled": true,
"notesReservedPref01": true,
But, adding any of the first list (one at a time or in combination) causes the error with JSON output:
"ProblemDeployingSettings: Failed to deploy settings to scratch org.\n at ALMError (C:\\Users\\jyoung\\AppData\\Local\\sfdx\\client\\7.1.4-79f97a7df8\\node_modules\\salesforce-alm\\dist\\lib\\core\\almError.js:44:19)\n at settings.createDep
loyDir.then.catch.err (C:\\Users\\jyoung\\AppData\\Local\\sfdx\\client\\7.1.4-79f97a7df8\\node_modules\\salesforce-alm\\dist\\lib\\core\\scratchOrgApi.js:772:37)\nOuter stack:\n at Function.wrap (C:\\Users\\jyoung\\AppData\\Local\\sfdx\\client\\7.1.4-79f97
a7df8\\node_modules\\@salesforce\\core\\lib\\sfdxError.js:151:27)\n at OrgCreateCommand.catch (C:\\Users\\jyoung\\AppData\\Local\\sfdx\\client\\7.1.4-79f97a7df8\\node_modules\\salesforce-alm\\dist\\ToolbeltCommand.js:216:46)"
The text was updated successfully, but these errors were encountered:
I have been experimenting with changing from orgPreferences to settings in my Scratch definition file and I have discovered that the presence of any of these options causes an error when creating the scratch org:
"documentContentSearchEnabled": true,
"knowledgeEnabled": true,
"nameSuffixEnabled": true,
"middleNameEnabled": true
"liveAgentEnabled": true,
"chatterProfileEnabled": true
The other settings I am using that all do work fine are:
"chatterEnabled": true,
"enhancedEmailEnabled": true,
"networksEnabled": true,
"pathAssistantsEnabled": true,
"notesReservedPref01": true,
But, adding any of the first list (one at a time or in combination) causes the error with JSON output:
The text was updated successfully, but these errors were encountered: