Email Client Template in activity

BK9
Tera Contributor

Hi All,

I'm currently looking for a solution to display sent email client template emails in the activity log. I have a ui macro(ref_contribution) that is navigating to an email client template to sent notifications using a form field. How do I get these sent notifications to display in the activity log, since I can't trigger an event in a ui macro? Can/should I trigger a event in a ui macro for this to work? Thank you.

1 ACCEPTED SOLUTION

The Machine
Kilo Sage

Hi Brent,



I ran into the same issue and found that it was our sub production environments that weren't showing the sent email from the email client, but when I tested it in our live environment, all worked as expected. So quick messages and templates should work at least from my testing.   I thought it was a bug with the email client not logging anything in the activity.



Mike


View solution in original post

10 REPLIES 10

vbonnet
Kilo Explorer

Hello,



Please,could you tell me if you have found a solution.


Or ,someone could answer please because i 've got the same problem.


Thanks


Virginie


BK9
Tera Contributor

Hi Virgine,



Unfortunately, I don't have a solution. I will post if one is found in the meantime..


geoffcox
Giga Guru

You could fire an event with an Ajax call, putting the server side code in a script include.


BK9
Tera Contributor

My hope was to not make a call to the Server and just set a property. Anyway, Thank you I will give this a try.