How to insert dynamic link into URL field.

Obito
Tera Expert

 

How to insert dynamic link into URL field.

Obito_1-1717079450740.png

 

1 ACCEPTED SOLUTION

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)

-Anurag

View solution in original post

3 REPLIES 3

Anurag Tripathi
Mega Patron
Mega Patron

Hi,

How do you mean Dynamic? 

Do you expect it to take the host dynamically or what?

-Anurag

Hi @Anurag Tripathi ,

I wanted to know if we can provide any JavaScript code like current.sys_id inside that URL field

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)

-Anurag