Pages

Wednesday 16 May 2018

Validations in PEGA PRPC


There are two types

  • Server side validations
  • Client side validations

Server side validations: using Activity rule with some methods – post condition/jump

Client side validations: they are 3 types.

  • Property Level Validations: can set from advanced tab. It is a fixed validation on property. It applies all over the application for the property. Pre-defined functions are available and we can define user defined validations
  • Page Level Validations:  can set from Process > Validation In single rule, we can define multiple properties for validation in page level. We can set these from Flow Action. We can use predefined validations, but you can customize them. No chance to create User defined.
  • Declare Validations: combination of Property level and Page level validations.Fixed validations like Property Level validation. Uses functions like Page Level validation


Note: Property level validation will be trigger automatically wherever we used that property. Page Level validation you need to explicitly call them.

No comments:

Post a Comment