Hi,
I have created an 1 email using SDK now i wanted to convert that email to opportunity how to convert that?
can any one help me out in this?
I have created email using SDK in below way...
IEnumerable<ActivityParty> toList = new List<ActivityParty> { activityto };
IEnumerable<ActivityParty> fromList = new List<ActivityParty> { activityFrom };
//Create Email
Email email = new Email();
email.to = toList;
email.from = fromList;
email.Id = OrganizationService.Create(email);
*This post is locked for comments
Thank you Vikas for reply.
But in Email entity page there is direct option Convert Email to Opportunity.
after conversion, email 'subject' taking as Opportunity name...
You can create a lead if no account or contact exists with the same email address and then qualify it to create contact,account and opportunity. If either account or contact exists, create an opportunity directly and attach the account/contact to it.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156