You need to sign in to do that
Don't have an account?
Creating Tasks and displayed in Unresolved Items
Hi Everyone,
I wanted to create "Unresolved Items"(Tasks or Emails) from Email Service apex class if the cc email is not associated with any contact record.
Is this be possible? or there will be some other workaround for achieving this with the email services?
Any Help will be appreciated
Thanks in advance
you can fetch CC email addresses and compare with existing contact's email by using a query. create tasks accordingly if there is no contact with that email.
But how can we add those tasks in Unresolved Items(Salesforce to Outlook) for assigning that task to any standard/custom object later.
Did you succeed by creating a task and displayed it in Unresolved Items from an Apex class?
Thanks.
Mehdi