I am inquiring about fetch XML which is used in a report for CRM 2011. I am curious as to whether a fetch can be performed on either one type of primary entity or another (ex. Contacts or Accounts). Currently, I have a fetch in a report which
only accepts "Contact" as its primary entity. Is it possible to modify the fetch so that it can accept either "Contact" or "Account" as its primary entity?
No, there is no way to do what you are asking from what I have seen. You could pull two separate queries though and conglomerate the results into a single .NET "Entity" collection for use.Jamie Miley http://mileyja.blogspot.com Linked-In Profile Follow Me on Twitter!