- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2022 12:48 AM
We have enabled " ServiceNow Outlook Add in " to create Incident from outlook , this is portal
Now requirement , Create should be open with "self service view / custom view " , how to do that?
Its opening always default view
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2022 01:53 PM
Typically the view is passed as part of the URL, in the "sysparm_view" param. But if you are working with a service protal widget, you might want to look how that widget handles the view - could be coming from URL, could be the widget option etc.
Perhaps you can post some screenshot of the portal.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2022 01:53 PM
Typically the view is passed as part of the URL, in the "sysparm_view" param. But if you are working with a service protal widget, you might want to look how that widget handles the view - could be coming from URL, could be the widget option etc.
Perhaps you can post some screenshot of the portal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2022 11:40 PM
and I modified to open with custom view
Thank you