Tuesday 20 November 2018

Prefiltering in SSRS report on selected(current) record in Dynamic CRM.

How to just displayed selected record in SQL Report in Dynamic CRM

Description:

In this example, we explain that how to run the SSRS report based on specific entity record using FetchXML in Dynamic 365 CRM.or prefiltering in SSRS report on current or selected record in Dynamic CRM using FetchXML. Alternatively, working with SSRS report pre-filtering or related entities record using FetchXML in Dynamic CRM.or how to display current record on SSRS report using FetchXML in Dynamic CRM.

So below is the FetchXML to prefiltering record in SSRS in Dynamic CRM.
FetchXML:

<fetch distinct="false" mapping="logical">
   <entity name="account" enableprefiltering="1">
      <attribute name="accountid" />
      <attribute name="name" />     
   </entity>
 </fetch>

This entry was posted in : ,

0 comments:

Post a Comment