Validation S
Validation S
The purpose of validation is to check the property values, to be expected, before we actually process it.
Two Types
Client Side Validation: - The Validation happens on Browser, at HTML or Java Script level.
Server Side Validation:- Validation happened at the server side, that means, when an action is
performed, request will go to application server, and then then response will be received from server.
3. Validate rule
When we call validate rule from a flow action, it gets executed on click of Submit Button.
When Validate rule is called in flow action, If validation fails, case will not move to next step instead it
will be on same screen
This is Server Side Validation.
Validation happens up to first break point. After this is fixed, then validation will proceed to next
break point and so on….