Check if user has a specific role in server side script
In Server side side we can use gs.hasRole("itil") to know if the logged in user has "itil" role. But this has an issue as for an admin it will return always true. Instead use the below script to check the role Script Include: userRoleUtility var user...