- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2024 03:31 AM - edited 08-26-2024 03:33 AM
HI team
i have created a module after clicking the module need to redirect to the catalog item i have usen the catalog item DEV link in arguments field it is working fine. Now the problem is when i am moving the update set to higher instance it is taking dev link only. How can we do this for all instances can anyone help me on this sharing screen shot for reference
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2024 04:02 AM
@shabbir9 instead providing the complete URL, you should provide the relative URL.
e.g.
/servicecatalog-cat_item_view.do?v=1
Here the URL doesn't contain the instance URL and only contains the page and parameters.
Hope this helps.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2024 04:02 AM
@shabbir9 instead providing the complete URL, you should provide the relative URL.
e.g.
/servicecatalog-cat_item_view.do?v=1
Here the URL doesn't contain the instance URL and only contains the page and parameters.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2024 04:03 AM
This would work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2024 06:50 AM
Hi @Sandeep Rajput Thank you for your reply it is working fine