Redirect URL

shabbir9
Tera Contributor

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

 

shabbir9_0-1724668012905.png

 

1 ACCEPTED SOLUTION

Sandeep Rajput
Tera Patron
Tera Patron

@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.

View solution in original post

3 REPLIES 3

Sandeep Rajput
Tera Patron
Tera Patron

@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.

This would work. 

-Anurag

Hi @Sandeep Rajput  Thank you for your reply it is working fine