Bypass validation on a certain button click only

Set a flag (a checkbox field) as true on click of that button and in the existing validation rule check the criteria that flag(the newly created checkbox field) is false (add in AND part of criteria) , doing this validation will be skipped on button click only.

Comments