PL-400 · Question #349
A company designs a Microsoft Dataverse Custom API to encapsulate business logic in it. The Custom API business logic must be encapsulated in a way that does not allow the business logic behavior to b
The correct answer is D. Custom Processing Step to None. When the plug-in set for this custom API using CustomAPI.PluginTypeId is the only logic that occurs when this operation executes. You won't allow another developer to register any more steps that can trigger other logic, modify the behavior of this operation, or cancel the operat
Question
Options
- AExecute Privilege Name to prv_SdkMessageProcessingStep
- BEnabled for Workflow to No
- CBinding Type to Entity
- DCustom Processing Step to None
How the community answered
(39 responses)- A13% (5)
- B5% (2)
- C5% (2)
- D77% (30)
Explanation
When the plug-in set for this custom API using CustomAPI.PluginTypeId is the only logic that occurs when this operation executes. You won't allow another developer to register any more steps that can trigger other logic, modify the behavior of this operation, or cancel the operation. Use this option when the custom API provides some capability that shouldn't be customizable. https://learn.microsoft.com/en-us/power-apps/developer/data-platform/custom-api
Community Discussion
No community discussion yet for this question.