In one of our recent implementations, we were working with Marketing List which could be in millions.
So we had the recent request wherein we split the marketing list into groups.
For adding members to a marketing list we have the following request
AddListMembersListRequest
https://msdn.microsoft.com/en-us/library/microsoft.crm.sdk.messages.addlistmemberslistrequest.aspx
which is quite efficient as we can add multiple members in a single request.
However, when it comes to removing a member from marketing, we do not have a corresponding Remove request like RemoveListMembersListRequest.
https://msdn.microsoft.com/en-us/library/microsoft.crm.sdk.messages.removememberlistrequest.aspx
We only have RemoveMemberListRequest, which only removes 1 member at a time, which is highly inefficient when we are taking in consideration large number of records.
Kindly vote up for this idea !!
https://ideas.dynamics.com/ideas/dynamics-crm/ID0002529
More details












