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.
<fetch distinct="false"
mapping="logical">
<entity
name="account" enableprefiltering="1">
<attribute name="accountid" />
<attribute name="name" />
</entity>
</fetch>
0 comments:
Post a Comment