Add URL on comments

akin9
Tera Contributor

Hello Experts 

My URL= https://www.servicenow.com.

We want to add URL on below Comments after "successfully line " but it needs to be clickable.

Please support to achieve this

 

current.comments = "Access granted to "+current.variables.requested_for.name+ " successfully. you will have access on";
if (workflow.scratchpad.closedSkippedIncomplete==true){
current.state=4;
}
else{
current.state=3;
}

 

 

Thank you

1 ACCEPTED SOLUTION

set system property glide.ui.security.allow_codetag to true

 

Please mark if answer is correct

View solution in original post

16 REPLIES 16

set system property glide.ui.security.allow_codetag to true

 

Please mark if answer is correct

akin9
Tera Contributor

Hello @Kirby R ,

Its working fine. Thank you very much for your support.

 

akin9_0-1673436903861.png