How to turn CRM 2011 Pre-filtering on for Reporting Services Reports.
Open the dataset, edit the fetchxml query and add in the enableprefiltering and prefilterparametername box, this description can be whatever you like.
<fetch version="1.0"
output-format="xml-platform"
mapping="logical"
distinct="false">
<entity name="opportunityproduct"
enableprefiltering="true"
prefilterparametername="OpportunityProdFilter">
Subscribe to:
Post Comments (Atom)
ADFS Timeout on Server 2012 for CRM 2011
This follows on from this Microsoft Guide http://social.technet.microsoft.com/wiki/contents/articles/7681.setting-the-adfs-timeout-for-crm...
-
SSRS allows you by default to sort on a value either by A to Z or Z to A, which is fine for most scenarios however what happens if you wan...
-
How to create a drill through Link from a SSRS Report in CRM 2011 Online Steps: 1. Create a Report Parameter called CRM_URL , M...
-
How to turn CRM 2011 Pre-filtering on for Reporting Services Reports. Open the dataset, edit the fetchxml query and add in the enableprefi...
No comments:
Post a Comment