How can I add a button to a dashboard?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-23-2017 08:08 AM
I'd like to implement a button with a label "Request an Instance" which takes the user to a specific catalog item created for requesting a ServiceNow Instance. Is this possible in any way?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2017 03:12 PM
Without having to custom-build anything, the easiest way is to add the catalog category widget to the homepage.
From the homepage, Add content > Catalog Categories (in left column) > (select category in middle column) > Category Items
If you want it to be the only thing that shows up, create a new Catalog Category, add it to your catalog item, and then pick that category for the homepage.
If you're dead set on a button, you would need to make a static Content Block within CMS that had an HTML button, or something along those lines (harder to maintain).