Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to display Service catalog item as module in the left navigator?

Lakshmi Prabha
Giga Expert

Hi,

I have created a service catalog item. Customer wants us to display this catalog item as module in the left navigator. What should be parameters in the Arguments?

find_real_file.png

1 ACCEPTED SOLUTION

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi Lakshmi,



Argument needs to be


com.glideapp.servicecatalog_cat_item_view.do?v=1&sysparm_id=d6cd79254fce5200bbc32d118110c72e //Replace sys_id with exact name catalog item sys_id


View solution in original post

2 REPLIES 2

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi Lakshmi,



Argument needs to be


com.glideapp.servicecatalog_cat_item_view.do?v=1&sysparm_id=d6cd79254fce5200bbc32d118110c72e //Replace sys_id with exact name catalog item sys_id


Thanks Pradeep! It worked fine.