Question
5
Replies
590
Views
Accenture
Posted: March 28, 2020
Last activity: April 18, 2020
How to validate property value in pagelist? example: How to validate email id in Pagelist?
Let’s say I have a pagelist 5 pxResults which is having email id, I need to validate the email id which is in correct format or not? How do you validate the email address in a pagelist?
Thanks
In the section, if you want to validate email address while they enter the email address in the table which is sourcing pagelist, then you can mention "ValidEmailAddress" in Use Validate of email address property.
ValidEmailAddress is the OOTB edit validate rule which checks if the entered string is a valid email address or not.