- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2024 10:05 PM
Hi
I need to update our current change approval request notification to display the change type in colour based on the type. For example,
Emergency = Red
Expedited = Orange
Normal = Blue
Is it possible to have just one email notification with an email script to achieve this? If so, could any of you please assist me in scripting.
Thank you in advance.
Regards
mmk
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2024 11:07 PM
HI @Mi Mi type is a choice field, you can directly put the display value like below
Harish

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2024 10:16 PM - edited ‎04-03-2024 10:19 PM
HI @Mi Mi you can have a email script like below and call this email script in your Approval Notification:
change Type : ${mail_script:emailscriptname}
Hint: you can play around in HTML editor and copy the source code and paste it in email script using template.print();
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2024 10:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2024 10:50 PM
Hi @Harish KM
Thank you for sharing the script. The script works providing the change type variable name. I would like to have its display name. Would you be able to assist me how to modify your script?
Thank you in advance.
Regards
mmk

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2024 11:07 PM
HI @Mi Mi type is a choice field, you can directly put the display value like below
Harish