- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2022 10:55 PM
In service portal, My requests view showing "open/closed" states only by default.
Please suggest how to mention remaining states also(ex: work in progrss state).
Please find snapshots for reference
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2022 11:24 PM
@Ramakrishna6 OOB widget gives only these 2 values, pasting the screenshot below. Adding more values will need change in HTML ( to show more options) and server side script (to add queries). Again customisation is not recommended as per servicenow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2022 01:53 AM
Hi Raghav,
In which widget should "HTML Template" and "Server script" modifications be made in PDI.
Could you please mention widget name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2022 01:55 AM
You cannot make changes to OOB widget , you will have to clone my request (id : my-requests-v2) widget, make the changes I suggested and add that widget to "my_request" page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2022 09:02 AM
When i try to cloning "my request" widget using 'widget editor', it is showing different code in 'widget editor'. Did i do any mistake in cloning process?
Attached both snapshots, script is showing different
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2022 09:10 AM - edited 11-22-2022 09:18 AM
After cloning the widget, you have to add it to your page using page designer.
Also check which widget is on your page, there are 2 my request widgets in the instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2022 09:19 AM
I mentioned new widget name as "copy_my_requests". After i added using page designer. But new widget showing different code.
On starting of cloning process (see snapshots)- in widget it is showing one code and in widget editor showing one code.