Please select all correct statements about the business rule scope.
Click on the arrows to vote for the correct answer
A. B. C. D. E.Correct Answers: A and D
Business rules are part of Dataverse services.
The business rule scope is limited to two layers: presentation (forms) and data (tables)
The presentation layer scope has two options: All forms and Individual forms.
Microsoft limits individual forms only to Main forms.
Data layer scope has only one option: Entity.
For more information about Dataverse business rule scope, please visit the below URLs:
Sure, I'd be happy to explain the correct statements about the business rule scope.
A. A business rule scope for canvas apps is always set to Entity - This statement is incorrect. In canvas apps, you can set the scope of a business rule to a specific screen, form, or gallery.
B. In business rule designer, you can selectively assign the business rule scope to several forms - This statement is correct. When creating a business rule in the Power Apps or Dynamics 365 business rule designer, you can choose to assign the rule to specific forms, such as the main form, quick create form, or any custom forms that you have created.
C. You can set the business rule scope only to Quick Create Form - This statement is incorrect. As mentioned in statement B, you can assign a business rule to multiple form types, not just the quick create form.
D. A business rule with a scope set to Entity runs two times - This statement is correct. When a business rule is set to the entity scope, it runs twice - once on the client side and once on the server side. This is to ensure that the rule is enforced correctly, regardless of whether the record is being created or updated.
E. If you set a business rule scope to All forms, the rule will be applied only to Main forms - This statement is incorrect. When you set the scope of a business rule to "All forms," the rule will be applied to all forms for that entity, including the main form, quick create form, and any custom forms that you have created.
Overall, the correct statements about business rule scope are B and D.