Delete User Roles in bulk
Hi All, I'm trying to delete the roles added by default to the users by using below script in the background but this is not working and not allowing to delete the records var userRole = new GlideRecord('sys_user_has_role');userRole.addEncodedQuery("...