Hi
I'm trying to customise the columns of the members that are being displayed in a dynamic marketing list. As below the default view is showing the name and business phone.
I'm hoping to expand this to include company, email etc
When I click the add button to see my query, I can see a button called Edit Columns. Great I thought as when it opens I see the two columns in question, i.e. name and phone. When I add new columns and reorder (as normal in views) everything looks ok
I click ok and then Find and can see that it is showing up the filtered contacts using the new columns. I click to use the query and go back to the Marketing List. But the page still shows the old view with only name and phone number. I tried refreshing the page but its the same view.
When I go into the form actual list form, I can see the contacts area and when I go in I see the same default settings
My active contacts view also shows the columns I want, ie company name etc.I cant make any changes that anyway as when I do it says "the column span of the sub grid must be less than or equal to the number of columns in the section"
So I'm confused as to why none of these are fixing the views on the actual list page?
Would anyone have any ideas?
thanks
*This post is locked for comments
Modify Contact entity view for "Contact List members View"
1. Go to Advance Find.
2. Look for Views. Name contains List Members View (It must be the Contact List Members View)
3. Modify the view and publish all customizations. You should be good to go.
Whats really strange is that in Dynamics 2013 you when you click the see associated records button (beside the add button)
You see a full list of your members based on your query. This view can be edited under the entity views. So for this it was under contact, then views then I edited the associated contact view. In this you can add what ever columns you want and that updates the list view for you when you click to view the associated view.
But it still leaves the prob as to why you cant edit the columns that are being displayed in the main list area. Its not ideal that you have to click into the associated view to see who the contacts are you have in your list.
Whats not helped is that in the marketing list form you cant edit the sub grid as if you try and change any value you are told that the 'column span of the sub grid must be less than or equal to the number of columns in the section"
In the formatting area you can see that by default the field is using 2 columns. Yet on actual section you can see that it is only given 1 column. Surely that cant be right?
Hi Chitra
I tried that this morning. I was able to find the views in advanced find and add the columns. But even after publishing they still don't come into the lists view.
I also noticed that each of those all member views had 3 or 4 columns already by default. Yet the list page only ever should two columns - name and business phone.
So maybe is it getting its view from another source?
did you check this post
blogs.msdn.com/.../customize-marketing-list-list-member-view.aspx
Yes, Kieran.
But, it is actually to add new, you can use ribbon: 'Manage Members' in the Marketing List Form.
Will give the same result.
No choice since the OOB Marketing List Member view, we cannot modify this :)
Thanks.
i dont think my sub grids are right anyway as when you click you cant see the query to add new contacts to a list. The add button adds new accounts, contacts and leads rather than adding existing ones to a list
Hi Kieran,
Yes, so that you should use JavaScript to hide those subgrids, based on the field :Targeted at, whether Lead, Contact, or Account
var subGridContact= Xrm.Page.ui.controls.get("jj_ContactsGrid");
// For Checking If it is Visible or Hide
subGridContact.getVisible();
// For hiding
subGridContact.setVisible(false);
// For Showing
subGridContact.setVisible(true);
Hope it helps!
Thanks.
I must be doing something wrong as when i create a new section and 3 new sub grids for account, contacts and leads i get 3 individual sub grids showing on the list page
André Arnaud de Cal...
292,074
Super User 2025 Season 1
Martin Dráb
230,900
Most Valuable Professional
nmaenpaa
101,156