I have a group that is unable to see the "Copy sys_id" link when right clicking the incident header. How do I allow them access to that function? Do I need to create a new ACL?
So I already have a Reopen Incident ui action and the current condition there shows current.incident_state == 9 and a script as follows:current.incident_state = 8888;if(current.isValidRecord()) {// this is when close is called as an update, just upda...