Skip to content

IF EXISTS

Use the IF EXISTS operator to skip processing if a component or subcomponent does not already exist in the target Vault.

RECREATE Object IF EXISTS my_object__c (
   label('My Updated Label'),
   label_plural('My Updated Labels'),
   active(true),
   in_menu(true),
   audit(true)
);