How to have instance specific URL on a portal page

__he__
Tera Contributor

Hello,

 

I have a custom portal with widgets redirecting to record producers.
How can I have instance specific URL in a widget pointing to a record producer?

xxdev / xxtest / xxprod in the linke without changeing it with updatesets for each instance?

Thanks

1 ACCEPTED SOLUTION

palanikumar
Giga Sage

Hi,

If you are creating a html link in widget always use ?id=sc_cat_item&sys_id=<sys id> (remove https://<instance url>/sp from the line). This will always redirect to based on current url

Thank you,
Palani

View solution in original post

2 REPLIES 2

palanikumar
Giga Sage

Hi,

If you are creating a html link in widget always use ?id=sc_cat_item&sys_id=<sys id> (remove https://<instance url>/sp from the line). This will always redirect to based on current url

Thank you,
Palani

Thank you!