URL 定義からのデータ テーブルに適用されているリストビューについて
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2025 03:13 AM
Description: 現在サービスポータルを構築しています。
その中で以下の点についてご教授いただきたくよろしくお願い致します。
経緯
ポータル上にウィジェット:簡易リストを設置しています。
簡易リストのフッター部分にある、”すべてを表示”をクリックすると、URL 定義からのデータ テーブルに画面が遷移します。
その際、リスト情報が表示されますがビュー:Mobileと紐づいていることを確認しています。
ーーー
Description: We are currently building a service portal.
I would appreciate your advice on the following points.
Background
We have placed a widget: simple list on the portal.
When you click "Show all" in the footer of the simple list, the screen transitions to a data table from the URL definition.
At that time, the list information is displayed, and we have confirmed that it is linked to the view: Mobile.
課題
URL定義からのデータテーブルにおいて、ビュー:Mobileと紐づいておりこのビュー情報を編集することで
表示されている列を変更可能です。ただ、専用のビューを作成したくビューの変更方法を教えていただきたいです。
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2025 03:41 AM
that's correct.
there's a view associated to that and for esc or sp portal which are out of the box it's the mobile list view.
What's the requirement here?
You can always clone that OOTB widget and handle it
check this
Editing the Service Portal Simple list widget - changing the view all to go to ?id=requests
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2025 07:39 PM
@Ankur Bawiskar
Thank you
The requirement here is to change the Mobile view to the view I created. Is this possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2025 08:18 PM
did you check the link I shared above?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2025 10:48 PM
Thank you for the reference information in the link.
It did not solve the requirement this time.
However, it seems that it can be solved by creating a Mobile view for each user rather than the system view. It seems difficult to change the mobile view, but creating it on a per-user basis can solve the problem.