Hiding Select Box Items On Service Catalog

Walter Toney
Tera Expert
 
2 REPLIES 2

Samaksh Wani
Giga Sage
Giga Sage

Hello @Walter Toney 

 

You need to write a onLoad() Catalog Client Script :-

 

 

function onLoad(){

g_form.setVisible('field_name',false);

}

 

 

Plz Mark my Solution as Accept and Give me thumbs up, if you find it helpful.

 

Regards,

Samaksh

If im hiding the hold Variable that is correct but im asking about hiding a choice in a Varaible based on another Variables Selection