URL 定義からのデータ テーブルに適用されているリストビューについて

Daiki Ishizaki
Tera Contributor

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と紐づいておりこのビュー情報を編集することで
表示されている列を変更可能です。ただ、専用のビューを作成したくビューの変更方法を教えていただきたいです。

4 REPLIES 4

Ankur Bawiskar
Tera Patron
Tera Patron

@Daiki Ishizaki 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

@Ankur Bawiskar 
Thank you
The requirement here is to change the Mobile view to the view I created. Is this possible?

@Daiki Ishizaki 

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.

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Daiki Ishizaki
Tera Contributor

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.