
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2023 06:16 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2023 11:05 PM
Hi @Community Alums
"call the body from the Quick Message, such as calling the email script by ${mail_script:......}"
--> These are two different things and cannot be mixed!
The rough implementation sequence is as follows:
- Implement an email script that loads the body of a quick message via GlideRecord approach, example name of that email script could be "Include_Quick_Message"
- Place invocation of the email script in the body of an email template like
${mail_script:Include_Quick_Message}
Hope that helps.
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2023 07:01 AM
Hi @Community Alums
don't know whether I get your point, but basically you can have an email client script within your email template which is loading a record from the sys_email_canned_message table and writes its body content to the template output.
Maik

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2023 10:04 PM
Hi @Maik Skoddow ,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2023 11:05 PM
Hi @Community Alums
"call the body from the Quick Message, such as calling the email script by ${mail_script:......}"
--> These are two different things and cannot be mixed!
The rough implementation sequence is as follows:
- Implement an email script that loads the body of a quick message via GlideRecord approach, example name of that email script could be "Include_Quick_Message"
- Place invocation of the email script in the body of an email template like
${mail_script:Include_Quick_Message}
Hope that helps.
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2023 08:27 AM
Hi @Community Alums
What is your problem statement..
email Client script has templates .. are you talking about same?
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************