Hi,
i will post some data previous to describing the error.
Versión: Sharepoint server
Revision: 14.0.4763.1000
Item: Discussion List
Error: Values get saved with validation errors.
now, i have created a Discussion List with some common custom columns like:
Area: A combo box with values from another list.
Description: Multiline Text.
Due Date: Used to filter the public view.
Due date has a validation formula equals to ([Due Date] >= TODAY() +30)
When i try to save a answer with wrong data in [Due date] (ex: due dat = TODAY() + 32), the validation works, and the items dosn't gets saved.
When i try to save a answer with a correct [Due date] (ex: due dat = TODAY() + 28), the validation throws the same validation error as if the data was wrong, AND THE REGISTER GETS SAVED.
All the values are saved to the list, even while i'm viewing the form with the validation error.