function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Frederik Pedersen 16Frederik Pedersen 16 

How to define destructive changes to delete a custom field translation?

I am sitting with a field being deleted in source and therefore added to destructive changes. However there are also translations on this custom field and I would therefore also have to reference the translations in the destructive changes.

 

I know the name of the types are CustomObjectTranslation but in what format do I define the members?

Is it like this:

ObjectName-lang.customField__c or what?

 

Thomas MinneyThomas Minney
Have you tried just listing the custom field in the destructive changes? The field's translation may get deleted in the deployment at the same time, without the need to explicitly reference it.
Jonathan MerliniJonathan Merlini

Frederick, did you ever resolve this question?