Last active
November 11, 2024 16:34
-
-
Save dangt85/43252d34a32e7116ef1d4e04f1b1803c to your computer and use it in GitHub Desktop.
Salesforce B2B & D2C Commerce scratch org definition file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"orgName": "B2B Company", | |
"edition": "Developer", | |
"features": [ | |
"Communities", | |
"B2BCommerce", | |
"OrderManagement", | |
"OrderSaveLogicEnabled", | |
"SalesforcePaymentsFeature", | |
"DebugApex", | |
"EnableSetPasswordInApi", | |
"StateAndCountryPicklist", | |
"PlatformCache", | |
"EinsteinGPTForDevelopers", | |
"ApexUserModeWithPermset" | |
], | |
"settings": { | |
"currencySettings": { | |
"enableMultiCurrency": true | |
}, | |
"lightningExperienceSettings": { | |
"enableS1DesktopEnabled": true, | |
"enableLightningPreviewPref": true | |
}, | |
"mobileSettings": { | |
"enableS1EncryptedStoragePref2": false | |
}, | |
"userManagementSettings": { | |
"enableNewProfileUI": true | |
}, | |
"experienceBundleSettings": { | |
"enableExperienceBundleMetadata": true | |
}, | |
"communitiesSettings": { | |
"enableNetworksEnabled": true | |
}, | |
"orderManagementSettings": { | |
"enableOrderManagement": true | |
}, | |
"orderSettings": { | |
"enableOrders": true, | |
"enableEnhancedCommerceOrders": true, | |
"enableOptionalPricebook": true | |
}, | |
"commerceSettings": { | |
"commerceEnabled": true | |
}, | |
"securitySettings": { | |
"enableAdminLoginAsAnyUser": true, | |
"sessionSettings": { | |
"forceRelogin": false | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment