web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Access Is Denied Error when Saving/Assigning Email with Unresolved Recipients

(0) ShareShare
ReportReport
Posted on by

Hi guys, 

We have an issue where CRM is showing unresolved email addresses on INCOMING emails. And when attempting to ASSIGN or SAVE that email record we receive an "Access is Denied" error, with a message in the error log of Cannot update parties unless email is in draft status.

Can anyone shed some light on this issue? is it a known issue and is there a work around? 

Unresolved.png

Save or Assign action performed results in:

Unresolved_2D00_2.png

Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: Cannot update parties unless email is in draft status.Detail:
<OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts">
<ErrorCode>-2147187962</ErrorCode>
<ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic" />
<Message>Cannot update parties unless email is in draft status.</Message>
<Timestamp>2016-06-08T12:57:01.3350051Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText i:nil="true" />
</OrganizationServiceFault>

*This post is locked for comments

I have the same question (0)
  • kairejeff Profile Picture
    150 on at

    I am seeing this same behavior and don't know a solution for it either.  My company is running CRM Online version 8 (8.0.1.109) .

  • Suggested answer
    NicolasBrandl Profile Picture
    170 on at

    Hi Danielle,

    I faced the same issue today in our online production environment, which is on version (8.1.1.977).

    As Thomas mentions in his answer here https://community.dynamics.com/crm/f/117/t/169219?pi51685=2#responses, so far the workaround is to add a JavaScript code to prevent posting the fields that for some reason, are marked as dirty by the page.

    The code we added is as follows:

    if (Xrm.Page.ui.getFormType() === 3 || Xrm.Page.ui.getFormType() === 4) {
             Xrm.Page.getAttribute("from").setSubmitMode("never");
             Xrm.Page.getAttribute("to").setSubmitMode("never");
             Xrm.Page.getAttribute("cc").setSubmitMode("never");
             Xrm.Page.getAttribute("bcc").setSubmitMode("never");
    }

    In our case, we were trying to convert an incoming email to a Case, and it wouldn't allow us to proceed until the pending changes were saved.

    After applying this workaround, the following issues were solved:

    1. Error while trying to convert a Received email to Case or Opportunity
    2. Error while updating Regarding field.

    Best regards.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
SA-08121319-0 Profile Picture

SA-08121319-0 4

#1
Calum MacFarlane Profile Picture

Calum MacFarlane 4

#3
Alex Fun Wei Jie Profile Picture

Alex Fun Wei Jie 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans