Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Please share scripts for assignment group changed short discerption should mandatory ?

NaveenKumarSN
Tera Expert

Please share scripts for assignment group changed short discerption should mandatory ?

 

Thanks in advance

5 REPLIES 5

Sohail Khilji
Kilo Patron

Hi @NaveenKumarSN,

 

Do it with onchange client script as below Script :

 

 

if (oldValue != newValue ) {

g_form.setMandatory('short_description', true);
}

 

 

I hope this helpsl..

 


☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

LinkedIn - Lets Connect