Have an email field. Can we validate email addresses in Navision using C/Side?
Jim
Short answer: Yes you can.
Short answer: No you can't.
There is no "ValidateEmailFunction" in Navision but you can create code to validate the string and put this code on the "OnValidate" trigger of the field.
It cannot actually check if the e-mail exists.
You could check that no invalid characters exist and that you have both an @ and a . in the e-mail and so on.
Comments
Short answer: Yes you can.
Short answer: No you can't.
There is no "ValidateEmailFunction" in Navision but you can create code to validate the string and put this code on the "OnValidate" trigger of the field.
It cannot actually check if the e-mail exists.
You could check that no invalid characters exist and that you have both an @ and a . in the e-mail and so on.
Tommy
I'll try and figure the code out.
Jim