heartbeatservice / HeartbeatServiceSolution

0 stars 2 forks source link

Incorrect Validation on Add New Customer #64

Closed umais closed 9 years ago

umais commented 9 years ago

The Validation should only be applied on the following

FirstName LastName, Address1, City, State, ZipCode, DateOfBirth (This should have a date validation)

The following fields are not required

Middle Initital, Email, (If Entered it should be a valid Email Address) Address2 Home Phone and Cell Phone (If entered.These should be numeric values only)

umais commented 9 years ago

This is now working . I have tested this and am closing the issue