Architecture
Architecture
The validation manager is an standalone component that leverage on the Rules Engine to evaluate the rule.
You can add the Validation Manager LWC to any record page you want or you can use it in the background depending on the requirements.
Summarising, the Validation Engine is made from the following components:
- Validation Rules and Validation Rule Set: Which defines the validations to be executed.
- Validation Manager LWC: which is the LWC that will execute the validations and show the result in the User Interface.
- Validation Engine: Apex class containing the core functionality that will execute the validations and return the result.