Skip to main content
11-Garnet
February 20, 2020
Solved

Validators and Filters

  • February 20, 2020
  • 1 reply
  • 4698 views

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

Best answer by Florent_274366
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.
 
 
 
 

1 reply

1-Visitor
February 20, 2020
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.