Plug-in Execution Context Quiz

5 questions Pass: 70% +25 pts

Quiz covering Create a Dataverse Plug-in

Plug-in Execution Context Quiz

5 questions | Pass: 70% | Earn 25 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    Which interface must a class implement to create a Dataverse plug-in?

  2. 2

    Which property of the IPluginExecutionContext should you access to retrieve the values of the record being processed in a Create message?

  3. 3

    When developing a plug-in, what is the recommended way to obtain an instance of the IOrganizationService?

  4. 4

    If you need to pass data from a pre-operation plug-in to a post-operation plug-in within the same execution pipeline, which collection should you use?

  5. 5

    You are writing a plug-in that triggers on the Update of an Account. You need to verify if the 'telephone1' field was modified. Which property of the context contains the data that changed?