Validators and Filters
Feb 20, 2020
08:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Feb 20, 2020
08:39 AM
Validators and Filters
Hello All,
Can anyone please explain me the difference between Validators and Filters?
I have worked on Filters but I have never used Validators until now.
For what purpose should we use validators and for what purpose should we use filters?
Thanks in advance.
Regards,
Hari R
Solved! Go to Solution.
Labels:
- Labels:
-
General Customization
ACCEPTED SOLUTION
Accepted Solutions
Feb 20, 2020
05:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Feb 20, 2020
05:30 PM
If the logic is specific to a single UI Component (action or attribute), add the logic to a Validator.
If the logic could apply to multiple UI Components, add the logic to a Filter.
Florent ROUSSEL
www.4cad.ca
www.4cad.ca
1 REPLY 1
Feb 20, 2020
05:30 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Feb 20, 2020
05:30 PM
If the logic is specific to a single UI Component (action or attribute), add the logic to a Validator.
If the logic could apply to multiple UI Components, add the logic to a Filter.
Florent ROUSSEL
www.4cad.ca
www.4cad.ca
