Hide Choice option of multiple choice variable in service catalog
Hi, I have to hide choice option from multiple choice variable in catalog item but my code is not working,here is my code : function onLoad() { g_form.removeOption('Select Type of request','disable_account'); }
