- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2023 02:06 AM
Hi All,
In ESC the My Request menu has a number of different records for the user like INC, RITM, HR and we also have Demands.
I need to point the Demand record to open with a specific view but cannot see/find how to configure this on the demands page or widget.
Does anyone know how to do this or have any pointers.
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2023 03:10 AM
Hello @Eli7 ,
Please find the below link which can help you
https://www.servicenow.com/community/developer-forum/update-portal-page-to-show-new-view/m-p/2354513
You can modify the widget html section and check if the table is demand you wan the specific view else show the default view for the other tables. To add this conditions please check above link it says where to update the view and check.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2023 03:10 AM
Hello @Eli7 ,
Please find the below link which can help you
https://www.servicenow.com/community/developer-forum/update-portal-page-to-show-new-view/m-p/2354513
You can modify the widget html section and check if the table is demand you wan the specific view else show the default view for the other tables. To add this conditions please check above link it says where to update the view and check.