- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2016 01:20 AM
I have a database view defined in SNOW and need to display the same view into a widget in ServicePortal.
Can anyone guide me on how this can be achieved?
Solved! Go to Solution.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2016 01:26 AM
Create a new menu item which points to your database view and select type as URL and give HREF/URL as : ?id=list&table=databaseviewname
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2016 01:26 AM
Create a new menu item which points to your database view and select type as URL and give HREF/URL as : ?id=list&table=databaseviewname
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2016 01:30 AM
Yes, this works. Thank you!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2016 09:01 PM
Can this not be configured on any widget? So that I could embed it on a page and add other capabilities like custom filters?