Variable Set: Hide 'Options' label

harish11
Mega Expert

Have created a variable set for the catalogue item: Software. This includes variables with Checkboxes. When I add multiple choices which popsup when a variable checkbox is ticked, the variables below it move down under another 'options' label. Please see attached. How can I get rid of this label 'options'?. Please advise.   Options label.jpg

1 ACCEPTED SOLUTION

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee
5 REPLIES 5

Deepak Ingale1
Mega Sage

What variables have you configured in variable sets?


Whether 'Addition Software' , 'InterNet Browers' , 'Options' are all variables?


if yes, then you can use onload catalog client script to hide 'Option' variable.



http://wiki.servicenow.com/index.php?title=Creating_a_Catalog_Client_Script#gsc.tab=0



g_form.setDisplay('name of option variable',false);


Hi Deepak Ingale@



Options is not a variable, but appears when I add a multiple choice list   to the Internet browser (variable).


Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Pradeep Sharma@ The other issue after following the above is there are gaps between 2 boxes. Is it possible to avoid the gaps?..So what I did was added a variable = Label before each of the checkbox (Mouse, Port Replicator, Docking Station, Other) and then created a UI policy on the variable set to hide the label.


Options Gaps.jpg