Hide fields if User is not Admin
1)
if(zoho.loginuserid != "sandeepsuperman777@gmail.com")
{
hide Application_Status;
hide Interview_Date_Time;
hide Comments;
}
2)
if(zoho.loginuserid != "sandeepsuperman777@gmail.com" || fields_link_name == "Isnull")
{
hide Application_Status;
hide Interview_Date_Time;
hide Comments;
}
Comments
Post a Comment