Request in employee center are not displaying short description while displaying the list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
Request in employee center are not displaying short description while displaying the list
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
Hi @SuswethaK
Have you opted in to the enhanced request experience?
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
Hi @SuswethaK
It seems it is working as per the product feature. Go through this KB article , perform the resolution steps and check whether its working.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0786442
Cause :HR is a scoped application and the widget need to access data from a script include of different scope then it need to be allowed in RCA table (Restricted Caller Access or sys_restricted_caller_access).
Short Description here is a field in the Task table and is in Global application scope, hence data table widget in HR scope was not able to access the field.
Resolution :The short description was not displayed because of the Restricted Caller Access Privilege on Read operation for Data Table widget.
Steps to find :
- Go to sys_restricted_caller_access.list
- Search for "short_description" as an example.
- Check for Operation "Read" and Source "Widget: Data Table"
- Open the record and the Status should be updated from "Requested" to "Allowed".