Check if a user for a given userID has snc_internal role from scoped application
In global application scope, we can check if a user has a role using the below API:new GlideUser().getUserByID(userId).hasRole(roleName) But for scoped applications, i'm not able to find a similar method. For a given userID and in my application scop...
