Skip to main content

Hello,

 

My users are experiencing that the email activity once sent (confirmed it is sending) does not show in the activity history view or any of the related objects. 

 

I have confirmed profiles are set with the Send Email and Send email external permissions. I have confirmed that the email button shows on the global layout. 

 

I have checked the filter and removed all parameters, as well as queried the filter for all open activity and it returns nothing. 

 

Users are receiving a message of Email Successfully sent once an email is sent. There is just no log to show the emails. #Send Email  #Profile Permissions  #Email #Global Actions

 

Any help would be appreciated.

1 risposta
  1. 4 ott 2021, 18:45

    Hi Courtney,

     

    you are sending email from custom screen or you are using standard Email action?

     

    Just do 1 query-

    select id, RelatedToId, subject, body from EmailMessage 

     

    Your RelatedToId = Parent object 

    If it is null then it means your emailMessage records are getting created and sent to end users but they are not linking to parents records

0/9000