How to set URL in widget dynamically for each instance via sys property

Aditya1204
Tera Contributor

We have  created widget. In html . Written url and their href link. And then moved to other instances. But when clone and upgrades happens. It's url automatically gets changes . Pointing towards other instance. How to make it dynamically via system properties 

1 ACCEPTED SOLUTION

Please dont create this system properties in your instance. these system properties are managed by servicenow directly. 
you can use background script to get output of that system properties in different instances

View solution in original post

5 REPLIES 5

MSbharati
Tera Contributor

This is really helpful. Thanks!