- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-14-2017 05:19 AM
When clicking 'view all' on a request/incident widget takes you to a full list of requests/incidents, displayed in a tabular format.
This widget also has options to add more fields but that doesn't make any difference as far as I can see. There's a requirement to add an extra field, date the request was opened, and wondered how this could be implemented? I had a look at the server script and it seems to be returning only the above four fields in data.fields? Any idea how this could be extended to add the fields using instance options?
Still running Helsinki and not sure if this option is available in later versions but wanted to check if anyone had any ideas about the implementation.
Many thanks,
VJ
Solved! Go to Solution.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-14-2017 05:35 AM
Hi,
widget "data table from URL defination" used "widget-data-table" widget to show the list view of any table.
it expects "view" option. if you dont pass view it takes view called "mobile" as default view(which is happening rightnow in this widget).
you need to update this view in order to show extra fields you want or pass view as option.
follow below steps to update "mobile" view for task table.
1)on side navigation type "task.list"
2)list view will open of all task. select view as "mobile"
3)right click on number colum and got to configure-->list layout.
4)add any fields you want to right side of bucket and save it.
(please mark helpful/like/correct if it helps)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2018 10:54 AM
Worked for me on the service portal, Thank you so much!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2019 01:52 PM
Excellent..!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2021 08:59 PM
Hi Rushit,
I tried your method, it does not work for Custom Fields. Any idea how to display custom fields?
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2017 04:05 AM
Rushit,
Ignore my query as I might have found a solution, although not elegant as I wanted it to be

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-18-2021 01:33 AM
Hey I'm trying the same for HR case table, but there is no Mobile View there, so how do we that for the HR case. Any idea? Any suggestions will be great