
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2014 01:46 AM
Hi everyone
I want to add a link to an external wiki page in some notifications. Because I need it in different languages and only in some cases I thought: hey lets use an notification email script.
It's not working. It produces everytime an link to the instane: http://<instance-name>.service-now.com
I'm not sure if it's an bug or some error in my script. Some suggestions?
Thank you
Christina
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2014 02:26 AM
something you have misplaced in the quotes and double quotes .. link to instance comes only if the url is setup incorrectly .. this should help
var attachLink = "<a href='http://wikipedia.de'> Link </a>";
template.print(attachLink);

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2014 02:40 AM
Hi Kalai
Thank you very much!
Enjoy your weekend
Christina