Create validation rules to check whether the data values that users enter meet specific criteria, and whether the system can process the information correctly.
While step validation supports relatively simple comparisons, validation rules help you create more complex operations that include functions and conditional processing. For example, a loan application might require different validation conditions depending on the risk rating of the applicant. You can set up a RiskLevel property with a value of High, Medium, and Low, and define a set of validation conditions for customers that represent High, Medium and Low risk levels.