Hi,
searching in Global Search for a content that exist I've got the following error message:
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: 'Opportunity' entity doesn't contain attribute with Name = 'a_ef8066bb4eb040ba856b83c0ae259e29.stagename'.Detail:
< OrganizationServiceFault xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts">
<ActivityId>cd6ad137-1572-46fc-beac-9db080bb3896</ActivityId>
<ErrorCode>-2147217149</ErrorCode>
<ErrorDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />
<Message>'Opportunity' entity doesn't contain attribute with Name = 'a_ef8066bb4eb040ba856b83c0ae259e29.stagename'.</Message>
<Timestamp>2017-07-12T14:43:24.0489858Z</Timestamp>
<ExceptionSource i:nil="true" />
<InnerFault i:nil="true" />
<OriginalException i:nil="true" />
<TraceText i:nil="true" />
< /OrganizationServiceFault>
In some posts I've seen that this error occurs in the context of Business Processes(https://community.dynamics.com/crm/f/117/t/218579?pi51685=1#responses). Because of
the message
<Message>'Opportunity' entity doesn't contain attribute with Name ='a_ef8066bb4eb040ba856b83c0ae259e29.stagename'.</Message>
I've deactivated the Business processes in opportunity and have deleted all steps which could be deleted, but the error exists further.
Because of the post up I suggest that it is a known issue but I would be happy to have any workaround. Is there anyone who can help me?
Best regards, Eckart