- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2024 07:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2024 08:12 AM
Dont think you can do that .
the only dynamic behavior you can achieve here is if you don't add the full url but only add the part after your instance name, it will always open in the current instance it is invoked from
For eg
if you add
/sp?id=kb_category&kb_category=379b6552ff0131009b20ffffffffff1b
It will be dynamic as per your instances and will pick the current instance(dev/uat/prod etc)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2024 07:49 AM
Hi,
How do you mean Dynamic?
Do you expect it to take the host dynamically or what?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2024 07:59 AM
Hi @Anurag Tripathi ,
I wanted to know if we can provide any JavaScript code like current.sys_id inside that URL field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2024 08:12 AM
Dont think you can do that .
the only dynamic behavior you can achieve here is if you don't add the full url but only add the part after your instance name, it will always open in the current instance it is invoked from
For eg
if you add
/sp?id=kb_category&kb_category=379b6552ff0131009b20ffffffffff1b
It will be dynamic as per your instances and will pick the current instance(dev/uat/prod etc)