- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2019 02:03 PM
Hi all,
My client has 3 different service catalogs. On the portal I have created 3 link buttons. I want each link to go to a specific catalog and not the general service catalog page which displays all catalogs automatically.
Where can I find the link for each individual service catalog so that I can provide a value to the 'link' field on the link button widget?
Thanks,
Pranav
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2019 02:26 PM
You need just add catalog_id=<SysIdOfCaralog> to the URLs, which you use for the link buttons. If you use Type=Page for the buttons then you need to change that to Type=URL.
For example if you use currently the button of Icon Link widget and you use Type=Page and Page=sc_category, then you can change the options of the button to Type=URL and to specify ?id=sc_category&catalog_id=<SysIdOfCaralog> as the URL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2019 02:26 PM
You need just add catalog_id=<SysIdOfCaralog> to the URLs, which you use for the link buttons. If you use Type=Page for the buttons then you need to change that to Type=URL.
For example if you use currently the button of Icon Link widget and you use Type=Page and Page=sc_category, then you can change the options of the button to Type=URL and to specify ?id=sc_category&catalog_id=<SysIdOfCaralog> as the URL.