Hide fields for users with no developer role

Hide fields for users with no developer role

This script hides a custom field for users who are not assigned to the developer role.

if(isUserInRole(currentUser(), "EX", "Developers") == false) { lfHide("customfield_10711"); }

Need support? Create a request with our support team.

Copyright © 2005 - 2026 Appfire | All rights reserved.