I'm getting the following error "List data validation failed." while trying to upload a document which already exists.
My Document library settings : Enabled Version Settings (Major),
Require documents to be checked out before they can be edited : YES, Validation Formula : =[End Date]>=TODAY() If I upload a new document to the document library, everything is working fine. If I edit properties of the ListItem everything works fine. The system throws error only when I upload already existing document. If i make "Require documents to be checked out before they can be edited : NO" , then everything is fine. But business requirement forces me to do checkout. Also if i change the Validation Formula : =[End Date]<=TODAY() , then everything works fine. |