PL-400 · Question #349
PL-400 Question #349: Real Exam Question with Answer & Explanation
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
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 be modified or canceled. You need to set the parameter value of the custom API so it cannot be customized. Which parameter value should you set?
Options
- AExecute Privilege Name to prv_SdkMessageProcessingStep
- BEnabled for Workflow to No
- CBinding Type to Entity
- DCustom Processing Step to None
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.