Newer Version Available
Limitations for Org Shape (Beta)
Here are some limitations you may encounter during beta.
- Error While Creating Scratch Org Using a Shape
-
Description: You see this error when creating a scratch org using a
shape.
1ERROR running force:org:create: A fatal signup error occurred. Please try again. 2If you still see this error, contact Salesforce Support for assistance.Workaround: Generate a new shape using the force:org:shape:create command, then try again.
- Shift Status Picklists Aren’t Populated When Using a Shape With Field Service
-
Description: When you create a scratch org from a shape with Field
Service enabled, the Status field picklist for Shifts is empty.
Workaround: Use an org shape with field service disabled, then enable field service in the scratch org definition file settings.
1{ 2 "orgName": "Acme", 3 "sourceOrg": "00DB1230000Ifx5", 4 "settings": { 5 "fieldServiceSettings": { 6 "fieldServiceOrgPref": true 7 } 8 } 9} - Org Shape Feature Accepts Only 15-Character Org IDs
-
Description: You can use only 15-character org IDs when enabling Org
Shape for Scratch Orgs and specifying the source org in the scratch org
definition file. Org IDs are usually 18 characters long, which is what the
force:org:list command
displays.
Workaround: Use only the first 15 characters of a standard 18-character org ID when working with the Org Shape feature.