- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday
TO: should be contact.email
CC: should include both the Assigned_to user and the currently logged-in user.
If the assigned user and the currently logged-in user are the same, they should only be added once.
This should be done in the Email Client Template.
Solved! Go to Solution.
- Labels:
-
Customer Service Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
You can create a email client template similar to out of box template 'reply-for-customer-service'
Below is for sample,
Sample Case record applied with newly created email client template for testing,
If you need to check for unique email ID, better to use email scripts where you create an array and check uniqueness and convert to string and add it to recipients list.
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
try to use script in email client template and use script include to handle this, see if that works
Scripting with Email Client Templates
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
This is the behaviour when email IDs are different and confirmation email ID uniqueness logic is handled out of box by email client template
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
You can create a email client template similar to out of box template 'reply-for-customer-service'
Below is for sample,
Sample Case record applied with newly created email client template for testing,
If you need to check for unique email ID, better to use email scripts where you create an array and check uniqueness and convert to string and add it to recipients list.
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @Bhuvan I used OOB Email client only, also want to include Currently Logged-In User's Name and Schedule in Content>>Body HTML in Email Client Template, can you help me writing Email Script for checking the uniqueness for the email.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
I have checked and confirmed uniqueness is handled out of box in email client template
For testing, I made contact.email and assigned_to with same email ID and email client template picks up unique value by default
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
This is the behaviour when email IDs are different and confirmation email ID uniqueness logic is handled out of box by email client template
If this helped to answer your query, please mark it helpful & accept the solution.
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
try to use script in email client template and use script include to handle this, see if that works
Scripting with Email Client Templates
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader