Components
Estimated reading: 1 minute
4 views
Apex Classes
Name |
Description |
ValidationEngine |
Contains the core functionality to evaluate the validations. |
Custom Object
Name |
Description |
Validation Rule Set |
Groups different Validation Rules to be applied to a record / process |
Validation Rule |
Defines a validation to be executed |
Custom App
Name |
Description |
Wattyo Validation Manager |
App that contains the Lightning Web Component |
Lightning Web Component
Name |
Description |
ValidationManager |
LWC that will execute the validations and show the result in the User Interface. |
ValidationItem |
LWC that will show the result of a single validation. |