-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
The max failure count per field should be configurable, defaulting to unlimited.
E.g. if I have 4 validation rules targetting one field, I should be able to configure a threshhold at which additional validation rules do not execute. This can also be useful in terms of prerequisites. For instance if I have a validation rule that a field must be numeric, followed by a validation rule comparing it to another number, I would not wish for the comparison rule to execute if the numeric rule had failed.
This behavior should also be overridable at the rule level, giving users the option to indicate that the rule should always run regardless of current error count for the field.
Metadata
Metadata
Assignees
Labels
No labels