Community Tip - You can Bookmark boards, posts or articles that you'd like to access again 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