Get EntityCollection and EntityReferenceCollection from OrganizationResponse Dynamics 365 Plugin - Moazam Badane's Blog

To make your experience better when you write code, all the standard system data operations have a pair of *Request and *Response classes defined in the SDK assemblies. Each of these classes inherits from the respective OrganizationRequest and OrganizationResponse classes and provide a more productive experience for you when you write code.

This post has sample code for below functionality.
  1. Create RetrieveMiltipleRequest
  2. Get EntityCollection from OrganizationResponse
  3. Get EntityReferenceCollection from OrganizationResponse

Example: Create Retrieve Multiple Request


Get EntityCollection from OrganizationResponse


Get EntityRefenceCollection from OrganizationResponse

Post a Comment

0 Comments