Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics RMS (Archived)

CRM 4.0 - QualifyMemberRequest stops working after installation of 16-21 rollups

Posted on by 10

Hi

One of our client have CRM 4.0 installed and QualifyMemberListRequest worked properly. After we have installed rollups 16 thru 21 QualifyMemberListRequest stops working.

QualifyMemberListRequest request = new QualifyMemberListRequest();

request.ListId = listId; request.MembersId = targetAudience;

request.OverrideorRemove = true;

this.CrmServicesFactory.CrmService.Execute(request);

I have googled and don´t find out anything explaining how to resolve this issue.

As a workaround we have implemented

 

AddMemberListRequest add = new AddMemberListRequest();

for(int i = 0; i < targetAudience.Length; i++) {

AddMemberListRequest add = new AddMemberListRequest();

add.EntityId = targetAudience[i];

add.ListId = listId;

this.CrmServicesFactory.CrmService.Execute(add); }

 

but our client is complaining about the time it spent to process all insertion. Can someone help me with this issue?

 

Thx a lot

*This post is locked for comments

  • remmen cardoso Profile Picture
    remmen cardoso 10 on at
    RE: CRM 4.0 - QualifyMemberRequest stops working after installation of 16-21 rollups

    Rollups 16-21 must remain installed.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,269 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,198 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans