approval person name on the portal

Nihanth Allada
Mega Guru

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

1 ACCEPTED SOLUTION

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...

If it was helpful, please give positive feedback! ✔
☆ Community Rising Star 22, 23 & 24 ☆

View solution in original post

10 REPLIES 10

HI Aadiran,

with the enhancements  on the above and the suggestions from the link ,I have achieved the required.

Regards

Nihanth Allada