adspace
Can we avoid deletion of records through validation rules? : salesforce validation rules
Answer Posted / Sameer Kumar
Yes, you can use a validation rule to prevent deletions by setting up an ON DELETE trigger on the object and using the IF(AND(), TRUE, FALSE) formula with the DELETE function.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers