Adding column in the My Request V2 widget in Service Portal

Community Alums
Not applicable

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. 

find_real_file.png

 

1 ACCEPTED SOLUTION

rahulpandey
Kilo Sage

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

find_real_file.png

You can change line 60 (HTML) and Line 154 (Server side) to change it to your preferred column.

View solution in original post

9 REPLIES 9

@rahulpandey 
Where do I import this to?

 

ServiceNow De14
Tera Contributor

Just import this xml into your sp_widget table. Configure this widget on the Page by replacing the OOTB "MyRequests" and thereyou go.

Bharat Tagad
Tera Contributor

Hi, @rahulpandey  I have just imported your widget, there it's not showing column headers. 

 

Can you please comment on it? 

Have you found solution to add column headers

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