Display short_description of Approval?

Jack42
Kilo Expert

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:

find_real_file.png

An user with approver_user role gets a blank:

find_real_file.png

I tried to set up an ACL, since for this purpose none seems to exist yet:

find_real_file.png

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

1 ACCEPTED SOLUTION

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

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

7 REPLIES 7

Harish KM
Kilo Patron
Kilo Patron

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

Regards
Harish

Ankur Bawiskar
Tera Patron
Tera Patron

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

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

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

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

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader