Hello,
I'm having a weird issue with a report written in SSRS to deploy into CRM 2011
The company has two identical (deployed from same solution) Organizations
In SSRS the preview of both reports works as expected (returning the data from the Organization the data set is aimed at)
I'm using SQL Queries (via the filtered views) rather than XMLFetch
It works perfectly for one organization once the report is deployed into CRM however when its deployed to the other it returns no rows.
I presumed it would be a Data set issue and its looking at something incorrectly via the SQL so ran SQL Profiler, whats weird is that
1. Its reading from the correct database
2. When you replay the SQL query it returns rows (as per the preview) from active records
Any thoughts on anything I can check from the CRM Side (could it be doing additional filtering by default?)