-
Notifications
You must be signed in to change notification settings - Fork 51
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
Problem with manual Deployment of Metadata since Spring '22 Update #121
Comments
Hello, Thanks! |
Hey @jbachelet, Actually we don't use the SFDX commands. We can't due to a deployment process which needs to be as packages and go over Bitbucket repositories etc. We are deploying the Metadata in a package and need to do the post deployment manually. Can you say if this is possible and/or how to do it? |
Okay. |
Hey @jbachelet, I know but thanks anyway. Actually it seems that this belongs to a problem when you want to zip a package on mac. But can I ask you anyway: are there any steps to deploy it to production environment? |
Hello, There is nothing in the CLI commands within this repository that is intended to deploy to production. |
Hi, we are also facing the same issue. Did you find any resolution for this? thanks |
Starting from this week (first time noticed in 8th of February) we are encountering problems deploying metadata in sandboxes where Spring 22' release was applied. The very same package containing same metadata did not have any issues the week before (6th of February) in sandboxes where Winter 21' was the current release.
The problem occurs upon deploying UI components, like Record Pages, List Views, Layouts and Tabs. Also, Picklists that use Global Value Sets and Static resources. While issues with Global Value sets and Static resources was resolved by deploying separately Global Value Set before Picklist field that references its values and adding missing tags to Static Resource .xml files the rest of the components still are failing for unknown reasons which cannot be identified. I want to imply again that week before there were no issues with the very same components in the same sandboxes.
According to Salesforce Status page the Sandboxes received Spring 22' release on January 8th. Before this we successfully managed to deploy the same metadata in other Sandboxes which are bound to receive Spring 22' release on February 12th, but already this week seems to have some parts of it (can be noticed by the spring loading icon) and now after re-validating the same metadata there it has same issues.
Common errors that we face:
All of the errors displayed have similar message that component (either record page, custom field or layout) was not found even though all the components actually are part of the package file and had no issues before.
Did anybody encounter the same problem or has an idea how to solve it?
The text was updated successfully, but these errors were encountered: