Hi.
I'm organizing forms, views and fields in MS CRM 2011 (UR5, Windows Server 2008 R2) for a Marina Company. And have a question about it.
There is an associated view called "Campaign Associated View(Marketing)" for a Contact which you can see the campaigns that is sent before to current Contact. But this associated view is located at leftnavBar. Only way I see is to add this associated view from Relationship Explorer to navBar. Can't add anywhere except navBar.
What I need is to disable whole navBar and display this Campaign Associated View into asubGrid located at the main Contact form.
I wonder if I can do this.
As I couldn't manage to do this, I decided to use deep query approach with joining these entities(CampaignActivity->MarketingList->Contact) but now I can't handle syntax errors in fetch.xml in JS. I also tried to change customization.xml but importing the solution was also unsuccessful.
I think I need a safe document (even for fetch.xml syntax) or I'd like to know If I can do the first thing without fetch.xml.
Thanks for your time.
Can