how can we bold the text in mailto
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2016 11:15 PM
Hi All,
Is it possible to bold the text in mailto.
Thanks,
Neeru Garg
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2016 11:20 PM
Hi Neeru,
This should make text bold. Sample
template.print("<b>SAMPLE TEXT:</b>");
http://wiki.servicenow.com/index.php?title=Email_Notifications#gsc.tab=0
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2016 12:20 AM
In the Message field add bold tag like:
<b>Click here to approve ${sysapproval}</b>
Thanks,
Mihir