- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2019 09:40 AM
Hi Everyone,
I want to change the font color of the 'Additional comments' label and it's field value to Green in one particular notification. Pasted the screenshot for your reference. Which i highlighted in the below Post want to appear in Green color. Please help me how to achieve this and Thank you in advance
Solved! Go to Solution.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2019 05:46 AM
Hi Gowtham,
Please go through below steps:
1. Create notification email script as below:
template.print('<p><font size="3" color="#239B56" face="helvetica" >' + gs.getMessage('${comments}')+ '</font></p>');
2. In your notification, call this notification email script as mention below.
Please look at the expected below result:
Mark Correct/Helpful, based on impact of the response.
Regards,
Devyani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2019 04:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2019 05:46 AM
Hi Gowtham,
Please go through below steps:
1. Create notification email script as below:
template.print('<p><font size="3" color="#239B56" face="helvetica" >' + gs.getMessage('${comments}')+ '</font></p>');
2. In your notification, call this notification email script as mention below.
Please look at the expected below result:
Mark Correct/Helpful, based on impact of the response.
Regards,
Devyani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2019 08:55 AM
Thank you so much for the help Devyani, it is working as expected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-24-2022 06:16 AM
I have tried this, but it does not work for me. The font and size stay the same. What to do?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2019 08:59 AM
have you checked the thread which i had shared. same answer has mentioned there ?
hit the correct mark or helpful based on the correct and first response.