Skip to main content

So I'm trying to use Salesforce Dev Ops for the first time to manage changes from a sandbox to UAT and then production. I got everything set up and worked through a bunch of changes but I'm having issues promoting them.

 

Basically there are design elements that were added and subsequently removed in the sandbox so they never existed in UAT or Production. When promoting I get this error:

 

destructiveChanges.xml of Type CustomField failed to deploy due to No CustomField named: xxxxxx

 

I assume there is a command trying to remove the field from the UAT Org despite it never existing there? How do you ignore these?

 

The other issue I have is that a formula field was changed in the sandbox to use a new field in the formula. The field that was used before has been removed. The deploy fails with an error about the the field being used elsewhere in Salesforce, in the formula field in UAT that has been changed!

 

Anyway, I can't find any settings in Dev Ops to ignore these errors or override and process anyway so I'm stuck with a bunch of changes I can't move on. I don't want to give up and revert to a change set! #DevOps Center #Devops

11 Antworten
  1. 25. Mai 2023, 19:23

    Hello @Lionel RAMOS I was able to work around this issue by creating a new work item and then creating a pull request from the old work item branch to the new work item branch.   

0/9000