Error
Message:
Request failed. List data validation failed.undefined
Problem Description:
I wrote JavaScript function to add
item into SharePoint List but I getting below error shown in following
figure.
I got above error because I kept column
validation in my one of the Date Column,
I remove column level validation from my List, I
wrote validation in JavaScript function only.
That’s all and finally my Item created using JavaScript…
I was struggling for a while longer with this error and find out that I had a column level validation. I just set up the column value before loading the context and everything went fine. Thanks.
ReplyDelete