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
nelle3223nelle3223 

Keeping executed contracts from getting deleted

I am trying to come up with a validation rule that will keep us from deleting executed contracts.  Can you please help with the formula?

Best Answer chosen by Admin (Salesforce Developers) 
Shannon HaleShannon Hale

Since validation rules don't execute when deleting a record (only when saving) you won't be able to do this with a validation rule. You'll need to use a trigger.

 

Here are a couple of blog posts I found that might help: