I am working with Dynamics CRM 2015 Online, and I'm looking for a way to modify the command ribbon that displays when viewing a list of Marketing List members from a Marketing List record.
For example: if I open an existing Marketing List record, and then use the sitemap tiles to go to Marketing List Members, I'm looking at a sub-grid view of marketing list members. I want to add a button to that command ribbon.
Looking at the entities it appears that what I am looking for is the ListMember
entity, but that entity isn't in the list of entities and so I can't seem to customize it at all.
Has anyone successfully edited this before or am I stuck here? Thanks!
ListMember
entity is not available in the default solution xml or even listed in the UI when I look at all the entities within the default solution. I'm wondering aboutListMember
specifically if anyone has found a way to customize its subgrid command ribbon. – AK3800