How to add Email content in activity log of record

chanikya
Kilo Sage

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. 

 

 

 

1 ACCEPTED SOLUTION

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.

View solution in original post

11 REPLIES 11

Please check this system property,

glide.ui.incident_activity.fields

please check the image , and suggest me for next proceeding

 

find_real_file.png 

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.

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");

find_real_file.png

Does your CC member receiving mail?