cancel
Showing results for 
Search instead for 
Did you mean: 

Validation rule for Email validation in Agentry

former_member293144
Discoverer
0 Kudos

is there any pattern recognizer is available for email validation or is there any other way to validate email address.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Bhupesh,

Just go to the Transaction Property of the field and select Format : Email Address.

Please see below screen shot,

Thanks and Regards,

Sujit Ghanti

former_member293144
Discoverer
0 Kudos

change the format not done any validation at time of save the transaction. So valid validation rule to write to display user pop up so user able to understand.

is anyone created  any validation rule for email validation??

jason_latko
Advisor
Advisor
0 Kudos

Bhupesh,

Write a javascript validation rule that does the validation.  There are also plenty of Google examples for validating e-mail using javascript.  Your function should return "true" if the validation succeeds, and "false" if not.  I don't have an Agentry javascript rule handy, but the rule editor has a description of the javascript function, and google has examples.

Jason Latko - Senior Product Developer at SAP

Answers (0)