How to perform validation in property?
Hi, all
I am a pega beginner and am required to perform property validation.
Scenario is displaying error message when users input a value in property. i.e) If user input below 20 in age property, an error message should appear without clicking submit button...
like a date property, which a error appears at once when users input impossible date such as 2020/99/99 (yyyy/mm/dd).
How do I set validation to the property?
I understand validate function in flow action, but it works after clicking submit button. I am required to perform the validation before clicking submit button and after inputting impossible data...
According to below article, obj-validate might be good solution, but I am not sure how to perform it and whether it is good or not..
https://community1.pega.com/community/product-support/question/perform-validation-using-activity
It would be quite helpful if you reply to me!
Thank you.
***Edited by Moderator Marissa to update platform capability tags****