- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2016 01:21 PM
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?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2016 01:25 PM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2016 01:25 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2016 07:25 PM
Thanks Pradeep! It worked fine.