Question
Acel Solutions Pvt.Ltd
IN
Last activity: 12 Apr 2023 4:53 EDT
Email Validation
I have a requirement where I need to throw validation message for Email address.
That means it should accept only Email (Ex. Proprietary information hidden) like this..
I tried using edit validate but unable to get the output.
FYI: Property I used is .pyEmailAddress and Type: Text. Can some one help me with this please....
***Edited by Moderator Marije to change type from Pega Academy to Product***
Hi @MounikaG4553: Can you please help to understand from which class you are using the pyEmailAddress property?
If you have your own property, you can use of edit validate rule "ValidEmailAddress".
Please also see prior post on similar scenario here.
References:
Edit Validate rule
Property form - Completing the Advanced tab
Thanks.