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:
Business rule scope refers to the range of fields and forms that a business rule will apply to within the Microsoft Power Platform. Here are the explanations for each statement:
A. A business rule scope for canvas apps is always set to Entity. This statement is not entirely correct. A business rule scope for canvas apps can be set to the Entity or the Form. When set to Entity, the rule applies to all forms that display data from that entity. When set to Form, the rule applies only to the form it is assigned to.
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, you can select the scope and choose which forms the rule applies to. For example, you may create a rule that applies to the Main form, but not the Quick Create form.
C. You can set the business rule scope only to Quick Create Form. This statement is not correct. While you can set a business rule to apply to the Quick Create form, you can also set it to apply to other forms, such as the Main form or a custom 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 will run twice - once on the client-side (when the form is loaded) and once on the server-side (when the record is saved). This is to ensure that the rule is applied consistently and that any changes made to the record are properly validated.
E. If you set a business rule scope to All forms, the rule will be applied only to Main forms. This statement is not correct. If you set a business rule scope to All forms, the rule will apply to all forms that display data from that entity, including the Main form, Quick Create form, and any custom forms that have been created.