Resolved! client script to hide form section
Hi I am writing a client script to hide a section tab on the form if the user dosnt have a specific role. If they do have the role show it. My script is not working function onLoad() { if (g_user.hasRole('training_bureau')) { g_form.setSect...
