“The rows you modified could not be saved to the server due to validation errors”

Encountered a strange problem copying and pasting between the datasheet views of two contact lists. Only the Contact and Country fields were showing in the datasheet view.

When doing the paste, the following error appeared:

invalid1

The rows you modified could not be saved to the server due to validation errors. This is usually caused by invalid default values.

The error gives some clue as to the problem. I then attempted to add a single entry manually (without the paste) and received a new error:

Columns that require data are not included in this view. If you want to edit rows that are missing data in these columns, or add new rows, you must first add the required columns to the view.

Columns that require data are not included in this view. If you want to edit rows that are missing data in these columns, or add new rows, you must first add the required columns to the view.

Finally, I added all of the columns to the view and at last found the column causing the problem:

You must specify a non-blank value for Title.

You must specify a non-blank value for Title.

Setting the Title field to not be required fixed the issue!

This entry was posted in SharePoint and tagged , . Bookmark the permalink.
  • http://www.its-a-doddle.com/ Jason Nelson

    Excellent! That fixed my issue! I had the Title field set to hidden in my content type, edited the Title field to non-mandatory and the dataview works great now!

  • sullis

    is there any way to make nonoe of the fields required?

  • jarana

    thanks, just setting “Title” as non required fixes the problem

  • jarana

    thanks, just setting “Title” as non required fixes the problem

  • Guest

    if you’re not using the title column at all (setting it as hidden in forms and not using it in any views), then setting it to have a default value (eg “[ignore this field]“) in the column’s settings, will solve this problem.