Thank you for that, I had to go that road, since dot walking was not working for me:
I did this:
//Getting the data of the current uservar grUser = new GlideRecord("sys_user");grUser.addQuery("sys_id", gs.getUserID());grUser.query();
//getting the ...
You could create an User criteria which includes you / group of users that should be able to delete categories and then, assign that User Criteria in the related lists "can write" and "can contribute".If you need to create a new User criteria, you ca...
Hello,I was looking for info on this and tried your example, this works in geneva P7.This is the onDisplay BR:(function executeRule(current, previous /*null when async*/) { // Add your code here g_scratchpad.isMemberOfITSAPECC = gs.getUse...