I got Error when trying to create GoalRollupQuery entity using CRM destination, it is saying there is error in queryentitytype error code:2147220989, any Idea about this?
Error Details:
[Dynamics CRM Destination [1029]] Error: An error occurred with the following error message: ": CRM service call returned an error: queryentitytype (Error Code: -2147220989, Detail Message: queryentitytype)".
inputs
1- name= "any name"
2- queryentitytype="opportunity";
3- FetchXML= "
"<fetch version=\"1.0\" output-format=\"xml-platform\" mapping=\"logical\" distinct=\"false\"><entity name=\"opportunity\">" +"<filter type=\"and\"><condition attribute=\"campaignid\" operator=\"eq\" uiname=\""+campaign.Name+"\" uitype=\"campaign\" value=\""+campaign.Id+"\" /></filter></entity></fetch>"
"
Mahmoud Samir