Hi All,
I need your help about something strange that's happen with my CRM report :
Explaination :
I tried to develop a very simple report with :
- 1 DataSource : "CRM" linked to my targerted base
- 1 DataSet : "GetInfos" with the very simple sql request : SELECT CRMAF_FilteredCampaignActivity.activityid FROM FilteredCampaignActivity
AS CRMAF_FilteredCampaignActivity
- 1 List : Displaying the results
When I deploy this report on CRM and I tried to run it in a campaign activity record context, I get the folowing warning :
"There are some clauses that have errors in them please remove them and try again".
And when I check on the report builder criterias, It display an error :
"There was an error in showing this condition : This condition was referencing the field activityid. This field has been removed from the system or is not valid for advanced find" !
So it like CRM just ignore the CRMAF alias incorpored on my query.
Do you have any idea about this issue ?
PS : I work on CRM 2011 OnPremise UR12...
Thx in advance for your help
Kya