Module 07 - Configuring Business Rules Flashcards
What are Business Rules?
Lets a system customizer with no programming skills apply conditional logic to a form.
What can you use Business Rules to display to the user to remind them?
Can use them to display error messages to remind user of rules defined by the business process, and prevent them from saving a record until the issue is resolved.
What is the scope of the business rule?
When you configure a Business Rule you can select the form that the rule is used for. Scope can be set to apply the rule to all forms, or just one form.
What is the portable business logic feature?
Business Rules are enforced when forms that are in scope are used, whether in web browser or Mobile. The rules apply to different platforms without having to be written in different ways.
Business Rules are configured to apply what kind of logic to the data in CRM?
Client side logic. Instead of using processes or custom code that runs on the server, the rules apply to data that a user enters or modifies in a form.
What can you configure a Business Rule for?
All forms for an entity, or only one form.
What must you do to apply a Business Rule to several forms, but not all?
Create a copy of the rule for each form, by opening rule and save as > enter new name. You’ll also have to activate a Business Rule before the logic takes effect.
Each form can have how many Business Rules associate with it?
Zero, or several, as rule applies to all forms for the entity.
When is an active Business Rule activated?
Each Business Rule associated with a specific form is evaluated when that form is loaded or value changes in a field that is included in a condition defined in the rule.
What happens if the value on the field matches a condition when the form is opened or the value is changed?
The actions that are defined in the rule will be applied.
When a record is saved are Business Rules run again?
No.
What happens if a Business rule includes a condition or an action that has a reference to a field not displayed on a form?
The rule will not run, an error is not created, so it may not be readily apparent it is not being applied.
How do you create / view / edit Business Rules?
4 ways: Business rules from Solution Explorer below entity node / Business rules from list of fields for entity / Business Rules from Field Properties on a form / From an open form to display Business Rules explorer
What Status is the Business Rule on creation?
It has a Status of Draft and does not affect users working in the system.
How can you test a Business Rule?
Open the form in designer and use the Preview. Activated rules and draft Business Rules are applied to the preview of the form.
How to apply the logic in a Business Rule?
Must save changes, and activate it.