Make it field editable after Incident closed, By using filed level ACL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 08:51 PM
Thanks & Regards,
Bandila Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 09:04 PM
You can use the condition builder to achieve this with the dynamic filter one of my groups.
Sample below.
Also consider to add one more condition Active is True in addition since there's no action needed on closed tickets.
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 09:18 PM
Thanks @Tai Vu
I want to make it filed editable even if incident is closed or cancelled state, if logged in user is member of the assignment group. Please let me know how to configure this? If yes, could you please provide the script for this.
Thanks!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2024 11:42 PM
Yes you can use the dynamic condition as reference from my screenshot.
Assignment group is One of My Groups.
But most probably it will conflict with other existing ACLs since OOTB won't allow edit on closed tickets. You can use the filter below to identify it.
URL: https://<instance_name>.service-now.com/sys_security_acl_list.do?sysparm_query=operation=write^name=incident.*^active=true
Cheers,
Tai Vu