- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-12-2019 09:01 PM
Hi,
Here i have one notification on Sales Table, when record was created then sending Notification to specific users successfully.
Request is: when we create new record on sales table notification triggers to specific users successfully here as well How to display Email in Record Activity Log.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2019 03:18 AM
Hi,
The email is added in system property already,
In activity logs sent/received e-mails are only visible when the status of email is sent in logs. Please verify once the by navigating to email logs and check status.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2019 02:33 AM
Please check this system property,
glide.ui.incident_activity.fields
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2019 02:56 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2019 03:18 AM
Hi,
The email is added in system property already,
In activity logs sent/received e-mails are only visible when the status of email is sent in logs. Please verify once the by navigating to email logs and check status.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2019 03:55 AM
Thanks Trupti !,
is there any possibility to display specific users in CC in mail body
Mailscript: i have given specific user mail-id it is working fine, BUT here it should be take Assigned to user-mail id in CC .
email.addAddress("cc", "john.copy@example.com","John Roberts");

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2019 04:29 AM
Does your CC member receiving mail?