ich einen Bericht mit Visual Studio 2010 erstellt haben, und wenn ich es zu CRM Online laden, bekomme ich diesen Fehler:Microsoft Dynamics CRM unterstützt nur online berichtet, dass die Verwendung von XML-Datenquellen Fetch
Error : Invalid Data Source : This report type is not supported. Microsoft Dynamics CRM online supports only reports that use Fetch XML data sources.
Dies ist die Abfrage, die ich verwende:
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false">
<entity name="lead">
<attribute name="fullname" />
<attribute name="companyname" />
<attribute name="telephone1" />
<attribute name="leadid" />
<order attribute="fullname" descending="false" />
</entity>
</fetch>
Haben Sie bitte eine Idee über die Quelle dieses Problems?
Vielen Dank im Voraus, ist