Adding a url link in the UI messages to use it on service portal.

Riya Motavar
Kilo Guru

Hello,

Is there a possibility to add a url clickable link in the system ui -> messages and use that to show on the service portal in a widget.

Thanks,

 

1 ACCEPTED SOLUTION

Sample HTML Template

 

<div>
<a ng-href={{data.link}}>Here</a>
</div>

Sample Server Script

(function() {
  data.link = gs.getMessage('incident_portal');
})

Sample Message 

find_real_file.png

 

Hope this helps!

View solution in original post

5 REPLIES 5

Glad it helped!