Resolved! create an alert message in the catalog based on the duration variable being more than 12
Hi Team, I need alret message if select more then 12 hours in duration variable I tried below client script and script include but it works Client script function onChange(control, oldValue, newValue, isLoading) { if (isLoading || newValue == '')...
