Approvers are not able to see the request items which they are approving
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2024 05:49 AM
Hi Experts,
Most of the users with only snc_internal role are business users/stakeholders in our organization, here when they are included as approvers, they have been complaining that they are not able to see the requested item record ("Requested record not found") in service portal.
May i request experts to provide suggestions as many have encountered same issue.
Thanks, Jay

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2024 06:26 AM
Did you verify those users do have the proper read-access for the RITM? Or is the link in the notification incorrect?
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2024 03:38 AM
Have users been assigned any business approval roles, or are they currently holding the snc_internal role?"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2024 05:53 AM
Hi @Jay N
The prime reason can be ACL
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0688922
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2024 06:30 AM
Yes its an ACL what i did to work around this.
I used a field on the sc_req_item table Assigned_to
the approve will get filled into this section via the Workflow
in the ACL rule for sc_req_item Read i set Assigned_to is (Dynamic to me)
which means any approvers name that is set in the Assigned_to will be able to read.
as each approve gets added if you have one approver after another they will then be able to see it
i got this to work without any additional cost to it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2024 05:58 AM
Hi Jay,
I think there are a couple of issues here - Firstly to approve via the portal, users will need the "approver_user" role (please note that this is not required if approving directly via email).
You can read more about that here: https://www.servicenow.com/community/developer-forum/which-is-the-minimum-role-required-for-approver...
Secondly you need to ensure that the approver has read access to that particular record. By default an approver does not necessarily have access to read all records that require their approval.
You can read more about that here: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0871123
Please mark this is as correct if my reply answers your query!