- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā09-26-2023 07:23 AM
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
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā09-26-2023 07:31 AM
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
Palani

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā09-26-2023 07:31 AM
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
Palani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā09-26-2023 07:49 AM
Thank you!