- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2018 07:18 AM
I want to add a Service Catalog Item to a portal page. Should be simple to drop the SC Catalog Item v2 onto the page and set it up. When I try this I am getting the following message: You are either not authorized or record is not valid.
Am I missing something here?
Solved! Go to Solution.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2018 10:58 PM
Seems like you want to add a link to Catalog item over category page. If that's the requirement then you could use icon link instead. If you want to display the form of a catalog item on category page then 'sc_catalog_item' widget could be added on that page.This widget displays form of a catalog item and it render that catalog item sys_id of which passed as url parameter.
https://instance_name.service-now.com/sp?id=sc_cat_item&sys_id=<sys_id_of_catalog_item>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2018 07:29 AM
The browser url should have a parameter ... sys_id=<sys_id_of_catalog_item>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2018 07:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2018 10:58 PM
Seems like you want to add a link to Catalog item over category page. If that's the requirement then you could use icon link instead. If you want to display the form of a catalog item on category page then 'sc_catalog_item' widget could be added on that page.This widget displays form of a catalog item and it render that catalog item sys_id of which passed as url parameter.
https://instance_name.service-now.com/sp?id=sc_cat_item&sys_id=<sys_id_of_catalog_item>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2019 05:01 AM
I have the same problem. I tried to drag and drop the widget but it shows the same message - You are either not authorized or record is not valid.