In Cloudsuite, there is out of the box functionality to check/verify if an entered email address is in correct format such as: name@meandyou.com, and no extra or missing @'s or periods and correct length.
In the EmployeeContact BC If I enter in an invalid email address such as store@@mail..com, the error message appears "Invalid value in field..."
I checked in config console this error message in EmployeeContact to see where and how the triggering of this error message appears but I could not find it in the EmployeeContact BC, lists or the associated forms.
Anyone know where this message is triggered and where it is stored in Config Console?
Thanks in advance.
Thanks John, if I have a custom BC with a custom email address field, I would want to check/verify the value of the email address is valid, meaning no missiing or extra @ and a '.', and it's in correct format and length, and valid domain. Other than modifying or extending a base value, seems like it could be done directly using LPL in the custom BC such as in the Field Rules or Actions sections. What do you think?
Thanks yes that worked. Type is an EmailAddress.