I have researched documentation (toronto and cuba) and it did not help me understand data rules at all, has anyone had to have email validation. Can you give me an example?
Thanks,
Rob
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I believe you are running Aviarc 3.5.0. If that is the case there is an example of datarules written for this version of the engine. One of those rules is email validator.
The rules are attached to the databroker with the addition of the attribute rules in the definition.xml file which specifies the location of the rules file, so you would end up having something like that:
The file “data-rules.xml” then is meant to reside in the databroker’s directory on the same level as definition.xml. And this is where you do specify the actual rules.
Cheers,
Vlad