PL-400 · Question #96
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 h
The correct answer is B. No. Splitting a single synchronous PostOperation plugin into multiple synchronous PostOperation plugins will not resolve timeout issues, as the combined execution time will still be subject to the same synchronous transaction limits.
Question
Options
- AYes
- BNo
How the community answered
(52 responses)- A23% (12)
- B77% (40)
Why each option
Splitting a single synchronous PostOperation plugin into multiple synchronous PostOperation plugins will not resolve timeout issues, as the combined execution time will still be subject to the same synchronous transaction limits.
The proposed solution is ineffective in resolving a plugin timeout as it does not change the synchronous nature of the combined logic, therefore 'Yes' is not the correct assessment.
Splitting a synchronous PostOperation plugin into multiple synchronous plugins does not inherently resolve timeout issues because all synchronous plugins for an event execute sequentially within the same transaction and are still subject to the overall execution timeout limit.
Concept tested: Dynamics 365 plugin performance optimization
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.