PL-400 · Question #88
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might…
The correct answer is A. Yes. Refactoring the synchronous PostOperation plugin to offload long-running logic to an asynchronous custom action can effectively resolve timeout issues.
Question
Options
- AYes
- BNo
How the community answered
(29 responses)- A79% (23)
- B21% (6)
Why each option
Refactoring the synchronous PostOperation plugin to offload long-running logic to an asynchronous custom action can effectively resolve timeout issues.
By refactoring the synchronous PostOperation plugin to initiate an asynchronous custom action, the heavy or time-consuming operations are moved off the immediate transaction, preventing the plugin from timing out.
The proposed solution effectively addresses the plugin timeout by moving synchronous heavy processing to an asynchronous operation, therefore 'No' is not the correct assessment.
Concept tested: Dynamics 365 asynchronous plugin delegation
Source: https://learn.microsoft.com/en-us/power-apps/developer/data-platform/org-service/understand-synchronous-and-asynchronous-plugins
Community Discussion
No community discussion yet for this question.