PL-200 · Question #25
You are creating a business rule to implement new business logic. You must apply the business logic to a canvas app that has a single screen named Screen1. You need to configure the scope for the busi
The correct answer is B. Entity. Business rules in Dataverse have three scope options: Entity, All Forms, and a specific form. When you select 'Entity' scope, the business rule runs server-side and applies across all interfaces that interact with that entity-including canvas apps, model-driven apps, and API call
Question
Options
- AAll Forms
- BEntity
- CScreen1
- DGlobal
How the community answered
(25 responses)- A4% (1)
- B88% (22)
- C4% (1)
- D4% (1)
Explanation
Business rules in Dataverse have three scope options: Entity, All Forms, and a specific form. When you select 'Entity' scope, the business rule runs server-side and applies across all interfaces that interact with that entity-including canvas apps, model-driven apps, and API calls. Canvas apps do not render model-driven forms, so 'All Forms' scope would not apply to a canvas app. There is no 'Screen1' or 'Global' scope in business rule configuration. Using Entity scope is the only way to ensure the business logic executes when a canvas app interacts with the entity's data.
Topics
Community Discussion
No community discussion yet for this question.