Hi,
Email activity sent through code is not getting visible for team under activities of contact
Hi,
Email activity sent through code is not getting visible for team under activities of contact
Ok. Then provide organisation level read privileges to their security role on contact,System user and Activity
Currently with out regarding included, its appearing on the contact form. But its getting visible only to admin not for the other users from other teams\BU
Add regarding object id as well then activity will appear on contact form.
No.I am using below way.
/ Create the 'From:' activity party for the email ActivityParty fromParty = new ActivityParty { PartyId = new EntityReference(SystemUser.EntityLogicalName, _userId) }; // Create the 'To:' activity party for the email ActivityParty toParty = new ActivityParty { PartyId = new EntityReference(“contact”, _contactId) //Pass your required mail to record info }; // Create an e-mail message. Email email = new Email { To = new ActivityParty[] { toParty }, From = new ActivityParty[] { fromParty }, Subject = "SDK Sample e-mail", Description = "SDK Sample for SendEmail Message.", DirectionCode = true }; _emailId = _serviceProxy.Create(email);
Did you set contact in regarding?
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,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156