-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Winter '25 Release Breaks Org Shape with PersonAccount Feature Enabled #3057
Comments
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
Hello @gabordemeter 👋 It looks like you didn't include the full Salesforce CLI version information in your issue. A few more things to check:
Thank you! |
I'm having the same issue after Winter'25 roll out on Saturday |
We have determined that the issue you reported exists in code owned by another team that uses only the official support channels. To ensure that your issue is addressed, open an official Salesforce customer support ticket with a link to this issue. We encourage anyone experiencing this issue to do the same to increase the priority. We will keep this issue open for the community to collaborate on. |
We are experiencing the same thing. Have raised a case with Salesforce but they had not been made aware of this issue yet. They are looking into it but if someone finds a solution, please let us know. |
From our experience this appears to be broader than just scratch org creation, we are seeing the same thing when building new validated unlocked package versions. |
Here is the issue logged on Salesforce: |
It looks like a patch is being rolled out to correct this issue, our package version creation is now working as expected. |
Summary
Since the Winter '25 release, our scratch org creation process has encountered issues when using Org Shape with the PersonAccounts feature enabled. We recreated the org shape post-release, as usual, but scratch orgs created from this shape are not properly configuring Person Accounts. While the Person Accounts setting appears enabled, the necessary Person Account objects and record types are not created
Steps To Reproduce
3.Run the following command to create a scratch org:
Expected result
Person Account enabled correctly when we create it from org shape.
Actual result
Person Account feature even though is enabled on UI, the object and recordtype not created as expected.
Additional information
When creating a scratch org without Org Shape from a config file, enabling the PersonAccounts feature, it works as expected, and Person Accounts are fully configured.
System Information
I tested the scratch org creation with your provided docker containers, in multiple versions:
The text was updated successfully, but these errors were encountered: