- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-30-2014 09:46 AM
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.
Solved! Go to Solution.
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2015 10:45 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2015 12:57 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2015 07:23 AM
Hi Virgine,
Unfortunately, I don't have a solution. I will post if one is found in the meantime..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2015 11:55 AM
You could fire an event with an Ajax call, putting the server side code in a script include.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-27-2015 07:37 AM
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.