Hi guys,
I'm trying to add a script that says if a client relationship status is terminated i.e. changed to "N", that the date of the termination and a reason for the termination is included and if it is not entered then cancel submit.
My problem is that if the if I put
if(Status == "N" && Termination_date==""|| Reason == ""
The script is rejected as it requires a date format, without the Date query the script works so all I need to figure out is there a work around for this??
Thanks