how many ways do we apply validation?

0
 How many ways do we apply validation?
asked
2 answers
1

There are multiple ways in which you can apply validation:

  1. using a microflow


     
  2. on the entity


     
  3. on the page

 

The best way would be to use it in a microflow as you can have more control over it. But it also depends on case to case basis.

answered
0

Hi Zia,

We can achieve Validation functions for object as below,

1.Entity Level

2.Microflow Level
3.Page level

 

 

answered