Hi All,
Somehow, I'm unable to execute SSRS report as expected on CRM online. I want to run report on form level and hence using enableprefiltering="1" in fetchxml as follows:
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false" enableprefiltering="1" >
<entity name="account">
<attribute name="name" />
<attribute name="primarycontactid" />
<attribute name="telephone1" />
<attribute name="accountid" />
<order attribute="name" descending="false" />
</entity>
</fetch>
Meanwhile I found something relevant to my task and looks likes in my SSDT tool parameter is not created automatically as suggested in below url:
Thanks in advance
*This post is locked for comments