Question
Maantic Inc
US
Last activity: 1 Sep 2016 5:37 EDT
What is the best way to handle validation in the form and refresh the section?
Consider input form going to have three fields
First Name
Last Name
DOB
Here form has some validation
First name and last name should not be same
DOB should not be today
Pega coding style
1. Get a form input - on click of submit call activity
2. In a activity apply validation rule
3. if hasMessage is null proceed further and refresh a section
Let me know, is there any other way to do the same fuctionlity with pega standards.