How to Utilize SharedVariables for Data Transfer in Microsoft Dataverse Plug-Ins?
Table of Contents
Question
You are developing a plug-in.
You need to pass data from the plug-in to a step that occurs later in the implementation pipeline.
Which IexecutionContext property should you use?
Select only one answer.
A. PreEntityImages
B. PostEntityImages
C. SharedVariables
D. OutputParameters
Answer
C. SharedVariables
Explanation
This item tests the candidate’s knowledge of implementing IexecutionContext properties, which is part of creating a plug-in.
SharedVariables gets the custom properties that are shared between plug-ins. PreEntityImages gets the properties of the primary entity before the core platform operation has begins. PostEntityImages gets the properties of the primary entity after the core platform operation has been completed. OutputParameters gets the parameters of the response message after the core platform operation has completed.
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.