How to Use RetrieveMultiple for Querying Data in Dataverse Plug-In Development?
Table of Contents
Question
You are developing a plug-in.
You need to load additional rows from a Microsoft Dataverse instance into the plug-in. You create a queryExpression to select the required rows.
Which Organization service function should you use to run the query expression?
Select only one answer.
A. Retrieve
B. RetrieveMultiple
C. Update
D. Execute
Answer
B. RetrieveMultiple
Explanation
This item tests the candidate’s knowledge of the Organization service.
The RetrieveMultiple function does require a queryExpression, FetchExpression, QueryByAttribute or LINQ to load several rows. The retrieve function only loads one specific row. The Update function does update records. The Execute function does not directly take queryExpressions. It expects an instance of OrganizationRequest instead.
Microsoft Power Platform Developer PL-400 certification exam practice question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the Microsoft Power Platform Developer PL-400 exam and earn Microsoft Power Platform Developer PL-400 certification.