
- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 03-23-2021 04:08 AM
Hi Community,
Recently I wanted to add a module under Application Menu which would have redirected users directly to the catalog item.
We have to take care that when our updates are captured in update set, it should not be instance specific. Rest is quite simple. With that being said, follow the steps :
- Copy the sys_id of your catalog item
- Create a new module under your desired Application Menu and select Link Type as 'URL(from Arguments)'
- Paste the following link and append it with the sys_id of your catalog item ./com.glideapp.servicecatalog_cat_item_view.do?sysparm_id=(SYS_ID)
If you found this article helped you, please mark it as Helpful.
Thanks,
Hardit Singh
- 2,929 Views
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
That is cool. But i'm getting the error "You are either not authorized or the cart item is invalid". I'm not sure why !
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Agreed, I've noticed this is happening when I'm not authenticated to the instance before clicking the link. Currently trying to find why this is the case because it defeats the purpose of a direct link.
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
Can you please explain why that link works? Is it linking internally or just linking using that page/instance your currently logged in on?
How does
./com.glideapp.servicecatalog_cat_item_view.do?sysparm_id=(SYS_ID)
and
get to the same place?