Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
How to override ootb validator or is any way to add our own validator to ootb actions.
Solved! Go to Solution.
Hi @AR_9920456
All validators are assigned by actions.xml definition.
So you can rewrite the configuration to remove and add own validator.
rewrite configuration is done by customActions.xml in codebase\config\actions folder
help Implementing Validation Filters
PetrH
Hi @AR_9920456
All validators are assigned by actions.xml definition.
So you can rewrite the configuration to remove and add own validator.
rewrite configuration is done by customActions.xml in codebase\config\actions folder
help Implementing Validation Filters
PetrH