
Hello All~
I am trying to not require a field if a field is blank on Deactivate but I would like to keep the field Required if they Cancel the Deactivation. I can easily remove the requirement when the Deactivate button is pressed but how can I get a callback from when the user clicks Cancel to reset the requirement?
Any suggestions is greatly appreciated.
Thank you
Hi,
You can replace OOB button with your own custom button. Then do what you want to achieve in your javascript code.
It is not possible to get callback from OOB deactivate button.