Hi,
We had used addCustomView function to filter lookups in our email entity. However while changing the entity inside the Lookup dialog we were getting the above error.
We read in the forum that installing the Update Rollup 10 should fix the issue for the multi-entity lookup. We had Update Rollup 6 in our system and as suggested, installing UR 10 resolved the issue.
Check out the helpful link
http://social.microsoft.com/Forums/en/crmdevelopment/thread/9d3d60fb-106e-4e4c-b846-295cea4d800e
Hope it helps.
Hi Friends,
We have requirement to add view to SubGrid dynamically. so I am adding fetch xml to sub grid through javascript But getting error,
Following is error
Error Message
================
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: System.Xml.XmlException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #9F1A15F4Detail:
-2147220970
System.Xml.XmlException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #9F1A15F4
2013-05-16T11:58:03.9423828Z
-2147217112
Entity Name specified in FetchXml does not match the entity name in the EntityExpression
2013-05-16T11:58:03.9433594Z
My FetchXML Generated through Advanced Find
============================================
var FetchXml = “” +
“” +
“” +
“” +
“” +
“” +
“” +
“” +
“” +
“” +
“” +
“” +
“” +
“” +
“”;
Layout XML
===================
var layoutXml = “” +
“” +
“” +
“” +
“” +
“”;
LikeLike
I’m getting the same issue. Did you find a fix?
LikeLike