Custom API Message Quiz

5 questions Pass: 70% +25 pts

Quiz covering Create a Dataverse Plug-in

Custom API Message 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 Dataverse plug-in class implement to execute custom business logic?

  2. 2

    When developing a plug-in, which object should you use to access the IOrganizationService to perform CRUD operations on Dataverse records?

  3. 3

    In the plug-in execution pipeline, what is the primary difference between a 'Pre-operation' and a 'Post-operation' stage?

  4. 4

    If you want to prevent a record from being saved to the database due to a business rule violation, which exception should you throw from your plug-in?

  5. 5

    You are writing a plug-in triggered on the 'Update' message of the Account entity. You need to access the values of the fields that were actually changed by the user. Which collection in the IPluginExecutionContext should you examine?