issue with on submit script
below code is working UAT but not in PROD. anything is wrong function onSubmit() { var hiredate = g_form.getValue('hire_date'); var rehiredate = g_form.getValue('rehire_date'); var augdate = '2024-01-01'; if (hiredate > augdate || rehired...