- 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
‎12-31-2019 05:38 AM
Hi,
From OOTB there's not possible, you need to customize the ticket conversation widget by cloning it, and then recover in server-side the data that you'll use in client-side and portal.
I recommend you not to add the members in the same space as the stage is; you can create by HTML a new div under the stage's one and place there all the members (data) that you want.
If it was helpful, give some positive feedback!
Thank you,
☆ Community Rising Star 22, 23 & 24 ☆
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2020 08:56 AM
i do not think we have to touch the ticket conversation widget,as it is no way related for our requirement.Please,correct me if i am wrong.
Regards
Nihanth Allada
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2020 11:41 PM
I did it using this widget ('I've checked it), i don't know is it was the best/simple way or not, but it works for sure. 🙂
Thank you!
☆ Community Rising Star 22, 23 & 24 ☆
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2020 05:05 AM
Thanks for the confirmation,Can you please let me know what you did and where exactly the changes are made?.
Regards
Nihanth Allada
- 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 ☆