You need to sign in to do that
Don't have an account?

Query sent emails
Greetings
I need some help, i need to query select all the emails sent related to an opportunity, i need to do that using the task object (if yes, where i can get the for: to: subject field) or i need to use the emailmessage object (if is correct why i don't get records, the object is empty)
I'll really appreciate your help
I need some help, i need to query select all the emails sent related to an opportunity, i need to do that using the task object (if yes, where i can get the for: to: subject field) or i need to use the emailmessage object (if is correct why i don't get records, the object is empty)
I'll really appreciate your help
Query the Task object where TaskSubtype = 'Email' and WhatId='opportunity id'