Date should not be past date it should be current or future.

akguj
Tera Contributor

In my catalog item I have used one field, named as  Ship Time Stamp as field type date. So I have to used  current date or future date only. So can you please help me with the script.

2 ACCEPTED SOLUTIONS

Hi @akguj 

 

Please share the UI policy screen shot. 

****************************************************************************************
Regards
Dr Atul G. - Learn N Grow Together ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
******************************************************************************************

View solution in original post

Hi @akguj ,

 

If u r checking this on portal please change run script UI type to All instead of Desktop. It will work. Also if u have another client script doing the same thing please deactivate it. UI policy is sufficient.

 

 

Thanks,

Danish

 

View solution in original post

16 REPLIES 16

Hi @akguj 

 

It is working fine for me

 

LearnNGrowAtul_0-1702058803278.png

function onCondition() {
g_form.addErrorMessage("Acceptance Criteria is required.");
g_form.clearValue('LNGDate');
}
****************************************************************************************
Regards
Dr Atul G. - Learn N Grow Together ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
******************************************************************************************

Hi @akguj ,

 

If u r checking this on portal please change run script UI type to All instead of Desktop. It will work. Also if u have another client script doing the same thing please deactivate it. UI policy is sufficient.

 

 

Thanks,

Danish