To open a different Client Email Templates through different buttons(UI Macros)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2017 10:59 PM
Hello,
What I essentially need to implement are multiple buttons within the same form next to different sets of fields to send emails , each of which should open a specific email template.
Although I can provide conditions on the email client templates to have certain values from the form to determine which email template should be opened. But this will get implemented across the other buttons aswell.
I am looking at possible solutions which will enable me to open a template from the button and it being independent of any field values.
I am using popupOpenEmailClient . Is there a way to embed the email template within this?
Thanks,
Urmilla Dhar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2017 07:03 AM
Also If I am using below code it doesn't pick the template.
popupOpenEmailClient("email_client.do?sysparm_target=u_work_order&sysparm_table=u_work_order&u_work_order.u_ui_action_type=SAN&sysparm_sys_id=" + id + "&sys_uniqueValue=" + id);
But If I use emailClientOpenPop isntead of emailClientOpenPop, it is picking correct template but not sending emails. Could you point me to the right direction?
emailClientOpenPop("email_client.do?sysparm_target=u_work_order&sysparm_table=u_work_order&u_work_order.u_ui_action_type=SAN&sysparm_sys_id=" + id + "&sys_uniqueValue=" + id);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-03-2018 01:18 AM
Hi. I have a similar requirement. Were you able to figure it out?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tuesday - last edited Tuesday