Scenario walkthrough
The following scenario illustrates how business rules are managed in Dynamics CRM. For ease of understanding, we will continue with the same school management scenario that we had explored in Chapter 5, Working with the XRM Framework.
Scenario
The teacher of a class wishes to highlight some key student information to the school staff whenever they open a student's record. The following are the conditions and the corresponding messages the teacher wishes to be displayed:
- If the attendance of the student is less than 60 percent and the final year score is less than 50 percent, then the following message should be displayed:
Student attendance as well as marks are below expectation.
- If only the final year score is less than 50 percent, then the following message should be displayed:
Student performance is below the expected level.
- If only the attendance is below 50 percent, then the following message should be displayed:
Student attendance is below the expected level.
The student...