I am building a ssrs report for crm 2011 using fetchxml.
I have a table to show all open activities for a user. I want to be able to show the Account the activity is related to.
I am able to do this if the regarding field is set to the account but if it is set to contact, opportunity, email... I am unable to find the account that it is associated to.
Is there any way to look up relations with fetch that are more than one level deep?
Any suggestions on how to handle this?