PrashantLearnIT
Tera Sage

I have explained how we can Restrict Past Date Selections using UI Policy in ServiceNow.

If you have any feedback related to the scripting part, please write it in the comment box.

====================UI POLICY======================

Table - Change Request
Conditions - Planned Start Date before Today
Execute if true Scripts - 

function onCondition() {
    alert('Planned Start Date should not be added before today!!!');
 g_form.clearValue('start_date');
}

 

Best Regards,

Prashant

If my article helped you in any way, please mark this as helpful and make this a bookmark.

Version history
Last update:
‎08-05-2022 07:41 AM
Updated by: