Organization Service Quiz

5 questions Pass: 70% +25 pts

Quiz covering Create a Dataverse Plug-in

Organization Service 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 be used as a Dataverse plug-in?

  2. 2

    When working within a plug-in, which service is primarily used to perform CRUD operations on Dataverse records?

  3. 3

    What is the correct way to obtain an instance of the IOrganizationService within the Execute method?

  4. 4

    Why is it considered a best practice to use the ITracingService in your plug-in code?

  5. 5

    You are writing a plug-in that executes in the Pre-Operation stage. If you call service.Update() on the target entity within this stage, what is the effect on the transaction?