I’m creating a custom report for Dynamics CRM 2011 using BIDS.
For a quote I have the potential customer type customerEntityName which returns either contact or account.
How do I link this to the correct customer entity to pull address details etc. into the report?
I’m creating a custom report for Dynamics CRM 2011 using BIDS. For a quote
Share
You could try something like this; since it will only either be tied to an Account or a Contact, only one set of data will return values.