variable set fields

nameisnani
Mega Sage

Hi Team ,

 

Need help , 

 

The ' Short description ' and ' Description ' , are coming from variable Set .

 

And I want to make this variables not visible , when ever the [ Request category = production access to scdass ] 

 

nameisnani_1-1710134346733.png

 

Please provide me Client Script . 

 

NOTE - Please give Cilent Script only instead of UI plocy . Why because  there are some confusion's in UI Plociy . 

 

Please give Cilent script :

 

When ever user selects " Request category = production access to scdass "  >>>> short desp and desp , has to be not visible . 

 

Please give Cilent script :

26 REPLIES 26

@dgarad 

 

Please correct me if i wrong  , the above Cilent Script i have to write on catalog item only right ????

 

 

Hi @nameisnani 

Variable Set to create Client Script.

 

if(g_form.getUniqueValue() == 'Your Catalog Item SysId Here'){

 Your Catalog Item SysId Here add your item sys id.

If my answer finds you well, helpful, and related to the question asked. Please mark it as correct and helpful.

Thanks
dgarad

nameisnani
Mega Sage

Hi @Shruti  

 

Short descp and desp are getting from variable set . from there it is made as mandtory .

 

nameisnani_0-1710139036032.png

 

@nameisnani  , yes this will work, I tried.

nameisnani
Mega Sage

@dgarad @Arun_Manoj 

 

So the catalog cilent script i have to write on Variable set right ?