Hide the catalog items fields from enduser

harsha vv
Tera Contributor

I want to hide catalog items fields from enduser can give me the code for this

13 REPLIES 13

Hi,

can u tell me this solution

Hi @harsha vv 

function onLoad() {
   //Type appropriate comment here, and begin script below
   var rr=g_user.getRoles()
alert(rr)
if(rr.length==0)
{
g_form.removeOption("subcategory",'option1');
g_form.removeOption("subcategory",'option2');
}

}

 

Can you change your script as above and let me know value in alert.




Thanks and Regards,

Saurabh Gupta

harshavv_0-1702553019053.png

I have tried but it is not working

hi,

any update on this