- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2019 01:10 PM
I am trying to add the person's name beside the waiting for approval on the service portal page like " Waiting for Approval: Nihanth Allada" I tried to do some enhancements on the Request Item Workflow Stages. But nothing seems to work out for me
Solved! Go to Solution.
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2020 06:46 AM
Hi,
First of all you should take the Id of the object that you want to refer, you can do it getting from URL for example. Then you can match that ID with the sysapproval_group.parent field in the approval table, after that you can create an array with all the approvers that you need in server side.
Pass that array to client side and create an HTML - <ul> element looping over the array.
Here's the post that I used to develop it : https://community.servicenow.com/community?id=community_question&sys_id=b9e843a1db5cdbc01dcaf3231f96...
☆ Community Rising Star 22, 23 & 24 ☆
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2020 05:45 AM
HI Aadiran,
with the enhancements on the above and the suggestions from the link ,I have achieved the required.
Regards
Nihanth Allada