Change view in ServicePortal

chandukollapart
Tera Contributor

Hi,

Can i change views in servicePortal. I am using SimpleList widget to show the incidents, when i click on any incident it opens up in Service Portal view. I want to change it to default view.

My open incident widget

find_real_file.png

Incident view

find_real_file.png

1 REPLY 1

Andras Kisgyorg
Kilo Guru

hello,

 

The Simple List widget considers options.view parameter if passed, otherwise it defaults to the 'sp' view.

The tricky thing is that you have to pass the sys_id of the view as an option from the widget instance.

 

find_real_file.png

 

So try adding the sys_id of the default view as view option in the widget instance:

 

find_real_file.png

 

Pls let me know if this has been helpful.

 

Cheers,

Andras