Add ability to Ignore Warnings to avoid treating Salesforce warnings as errors
See IgnoreWarnings parameter: https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy.htm
We have implemented this feature now. To toggle the setting, navigate to My Account (using the dropdown next to the Gearset logo), then Salesforce deployment.
-
Patrick commented
This would have solved an issue we ran into when deploying ExperienceBundle metadata with gearset. Currently, we are prevented from deploying as gearset sees this warning as an error:
The filterName property of component adbc7bb2-4b58-4bb1-a3be-YYYY references an object with the ID value XXXX. Occasionally, when deployed to a destination org, ID values can become invalid—for example, if the referenced ID doesn’t exist in the destination org. If you encounter component issues in your destination org, verify that the ID values are correct."
I was able to deploy the package in workbench as it allows warnings to be ignored.