web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Difference b/w RetreiveMultipleRequest and RetreiveMultiple

(0) ShareShare
ReportReport
Posted on by 239

Hi All,

In my plugin code I am using the following:

RetrieveMultipleRequest retreiveMultipleRequest = new RetrieveMultipleRequest()
{
Query = new FetchExpression(filterString.Replace("XXXXX", parentRecordId.ToString()))
};

RetrieveMultipleResponse Retriveresp = (RetrieveMultipleResponse)service.Execute(retreiveMultipleRequest);

Code review tool is highlighting to use service.RetreiveMultiple()

Wanted to understand if there's any difference between the two?

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Joseph McGregor Macdonald Profile Picture
    597 on at

    Hi D365CEFan

    The RetreiveMultiple method in IOrganisationService interface is effectivelly a shorthand method for doing a RetrieveMultipleRequest

    The only real differences is that you can also do QueryByAttribute, or FetchExpression rather than QueryExpression when calling RetreiveMultiple as they are also types of QueryBase

    docs.microsoft.com/.../microsoft.xrm.sdk.iorganizationservice.retrievemultiple

  • Suggested answer
    Pawar Pravin Profile Picture
    5,237 on at

    Hi D365CEFan,

    As suggested by Joseph, RetreiveMultiple is only short method of RetreiveMultipleRequest and RetreiveMultipleResponse.

    Here one more thing you could do using RetreiveMultiple like fetchxml expression retrieve multiple

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the April Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
ScottDurow Profile Picture

ScottDurow 2

#2
GJones Profile Picture

GJones 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans