nerdexam
Microsoft

PL-400 · Question #22

You have a Common Data Service entity and a model-driven app. The model-driven app integrates with an external system. You plan to run business logic each time the model-driven app creates a record…

The correct answer is C. Asynchronous plug-in registered in the PostOperation stage. The asynchronous service executes long-running operations independent of the main Microsoft Dataverse core operation. This results in improved overall system performance and improved https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/asynchronous-

Submitted by femi9· Apr 18, 2026

Question

You have a Common Data Service entity and a model-driven app. The model-driven app integrates with an external system. You plan to run business logic each time the model-driven app creates a record. Running business logic must not negatively affect model-driven app users. You need to implement the business logic. What should you use?

Options

  • ASynchronous plug-in registered in the PreOperation stage
  • BSynchronous workflow
  • CAsynchronous plug-in registered in the PostOperation stage

How the community answered

(24 responses)
  • A
    13% (3)
  • B
    4% (1)
  • C
    83% (20)

Explanation

The asynchronous service executes long-running operations independent of the main Microsoft Dataverse core operation. This results in improved overall system performance and improved https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/asynchronous-

Community Discussion

No community discussion yet for this question.

Full PL-400 Practice