
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2018 02:18 AM
Happy Monday.
I'm trying to display the short_description of an Approval.
I found out, that "Approval for.Short Description" displays the short description of the Catalog Item, which is sufficient in my case.
However, it seems only users with admin role can see this short description:
An user with approver_user role gets a blank:
I tried to set up an ACL, since for this purpose none seems to exist yet:
However as you may see in the screenshot above, I cannot select/find "Short Description".
Q: Is there a way to display the Short Description of an Approval?
Many thanks in advance,
Jack
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2018 12:43 AM
Hi Jack,
First find whether there is any read acl for short description field of RITM
1) Go to ACL in left navigation
2) search with name contains sc_req_item
3) if no read ACL on the RITM table for short description then create new
Steps to create new ACL
1) elevate role using security_admin
2) new ACL
3) give operation as read
4) table as sc_req_item
5) field as short description
6) give necessary roles
Mark Correct if this solves your issue and also hit Like and 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
06-18-2018 02:31 AM
Approval table doesnot have a field called short description. So I would check the ACL on the reference table approval for .
THe below will help
https://community.servicenow.com/community?id=community_question&sys_id=b1121721db101fc01dcaf3231f96195e
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2018 02:32 AM
Hi Jack,
The field you are referring doesn't belong to Approval table. it belongs to RITM. The list view you are seeing seems to be configured to show the short description of the RITM using configure list layout. can you try creating acl on RITM table and check once.
Mark Correct if this solves your issue and also hit Like and 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
06-18-2018 06:48 PM
Hello Ankur,
many thanks for your reply.
I tried to set up an ACL for sc_req_item, sc_cat_item, and sc_task.. unfortunately both don't seem to work.
Could you give me a hint which ACL I should edit, respectively how to set up the right one?
Regrads,
Jack
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2018 12:08 AM
Hi Jack,
You should have Read ACL on that field from RITM table only.
Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader