OK I have been at this for 4 hours and cannot figure out how to get parameters to work, nor can I find helpful docs. I am trying to build a report which runs ONLY on the current record.
I am familiar with CRMAF_. That is not working as CRM will not accept the report. When uploading the report, I receive an error which states the defined number of parameters do not equal the cell definitions.
When using WHERE columnname = (@attribute), I cannot figure out how to pass the current record GUID to this parameter. When I manually enter the GUID it works... however users obviously are not going to do that. Could someone please shed some light on how to automatically pass the current record guid through to the parameter so that the report will run without having to manually specify a value?