
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2019 11:36 PM
i have created acl to stop users from accessing the incidents outside of their assignment groups. now they can assign the incidents outside to the groups as per ci and location they will get the list of assignment groups. issue is post saving that assignment group they are getting a message that record not found. they should be redirected to incident list with a message that incident saved. trying to configure oob save but not getting the right option
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2019 11:54 PM
Hello,
try creating Business Rule on Incident table with condition as "Assignment group changes and Current user is not part of Assignment group" and in script add action.setRedirectURL("incident_list.do");
Note: in above URL i did not gave any query. modifiy it accordingly as per your requirement.
Let me know for any issue.
Thanks,
Ali
Thank you,
Ali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2019 11:47 PM
Hi Rajneesh,
after saving the read acl is working and blocking the record.
can you check acl is configured properly?
Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2019 11:54 PM
Hello,
try creating Business Rule on Incident table with condition as "Assignment group changes and Current user is not part of Assignment group" and in script add action.setRedirectURL("incident_list.do");
Note: in above URL i did not gave any query. modifiy it accordingly as per your requirement.
Let me know for any issue.
Thanks,
Ali
Thank you,
Ali

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2019 02:38 AM
thanks for your suggestion Ahmmed. it worked
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2021 11:24 PM
Hi Rajneesh,
I am also facing same issue and tried creating business rule but its not working.
Also created save button but still before query BR (which we have written to restrict access based on assignment group) is taking precedence and showing "Record not found".
Can you please provide your BR code which fixed this issue for you.
Regards,
Muskan