- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2017 02:03 PM
Hi Friends,
My requirement is to display Stage Field on My Approvals widget under Requester.
So in above image we can see RITM number and who is requesting. Under requester field I want to display stage field. Please help me on that.
Regards,
Jitendra Singh
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2017 07:31 PM
You will need to create a custom Widget by copying the existing Approvals widget, add the new field to it, then swap out the widgets on your Page(s).
Hold in Ctrl and right-click on the header, then select Widget in Editor.
Clone the Widget:
Give the new copy a name:
Add in the new field information in the Server Script (I added it at Line 48):
Put the new field into the HTML Template (I added it at Line 24):
Finally, replace the original widget with the new copy on the Page:
Find the new widget and drag it onto the Page above or below the original one. Then remove the original.
Done!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2017 07:31 PM
You will need to create a custom Widget by copying the existing Approvals widget, add the new field to it, then swap out the widgets on your Page(s).
Hold in Ctrl and right-click on the header, then select Widget in Editor.
Clone the Widget:
Give the new copy a name:
Add in the new field information in the Server Script (I added it at Line 48):
Put the new field into the HTML Template (I added it at Line 24):
Finally, replace the original widget with the new copy on the Page:
Find the new widget and drag it onto the Page above or below the original one. Then remove the original.
Done!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-02-2017 02:17 AM
Thanks Geoffrey! It worked.
Regards,
Jitendra Singh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2021 12:44 PM
Geoffrey, this is great, thank you. How can I do this to see the stage of tasks as well as the stage of a change request. Is that possible?