Resolved! How to set URL in href tag dynamically in Service Portal
Hi, I am working on Service Portal i am getting the URL in Server Side script, how to set that in html field to set dynamically. Example: In Server side script i get the URL gs.log(result.webUrl,"url"); result.url = result.webUrl; How to call...