Open UI page in Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2019 05:00 PM
Hi,
We have a UI page working as expected but we would like to open the same page for non-ITIL users on Portal,
the URL is taking them to classic view rather than portal.
Note: only when the user is not logged into ServiceNow, that page directing them to classic view
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2019 06:11 PM
You may need to create a new service portal page and widget. The widget can have same script as that of UI page. However, you need tocwrite HTML< server script , client script and onlyangular no jelly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2019 08:30 PM
Could you elaborate because I can bring the page via widget on portal but couldn't bring the dialogue box
Below is UI page client script which is working as expected but we need to add additional functionality
I need help to make the dialog box mandatory Only when the approver rejects the request. On Portal also it must do same functionality.
Note : we are calling this page via email
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2019 08:52 PM
You can achieve it like -
1. Create a Portal Page
2. In HTML, assign the UI page URL to the Iframe.
So the next time you open this portal page, the UI page will come up but in the IFrame.
OR migrate your UI page to the new portal page but that would be extra work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2019 10:43 AM
Thanks for your response
the page URL is a dialogue box which request a comment box
the UI page is appearing on Portal but the dialogue box isn't
Thanks
