Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

How to link to a specific catalog on service portal

PranavSuj96
Mega Expert

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

1 ACCEPTED SOLUTION

Oleg
Mega Sage

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.

View solution in original post

5 REPLIES 5

Oleg
Mega Sage

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.