- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2020 09:58 PM
Hi,
We have a requirement to add 'Description' column in My request V2 widget in the Service Portal.
Has anyone implemented the same requirement?
Please advise.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2020 12:50 PM
Hi Amit,
I have attached the modified(Added the short_description column) widget of My request V2, just replace ootb with this. Below is screenshot
You can change line 60 (HTML) and Line 154 (Server side) to change it to your preferred column.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2022 07:34 AM
Where do I import this to?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2022 08:14 AM
Just import this xml into your sp_widget table. Configure this widget on the Page by replacing the OOTB "MyRequests" and thereyou go.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2023 10:22 PM
Hi, @rahulpandey I have just imported your widget, there it's not showing column headers.
Can you please comment on it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 06:04 AM
Have you found solution to add column headers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 07:18 PM
Trying to remember the steps I did, but I did get this done.
All > Service Portal > Widgets
Then right click a header and IMPORT XML
Once Imported, you just need to point the default to the new one.
Looking for steps on that and will update
The other options I guess would be to clone the existing and overwrite with all the code sections, which I can post if you want