Tuesday, May 9, 2017

"Sharepoint Error: Save Conflict Your changes conflict with those made concurrently by another user" - What it actually means??

Save Conflict
Your changes conflict with those made concurrently by another user. If you want your changes to be applied, click Back in your Web browser, refresh the page, and resubmit your changes.
This happens whenever you try to save a SPListItem which has been modified since you opened it. So, it's mandatory to refresh the page for fetching the latest saved data and then edit it. Review your code to ensure that you don’t open the same list item multiple times, work with a single SPListItem object instead.
You can think of it in the same way as you use say :-
TFS server and you are trying to save some item you have opened which is not the latest version and thus you will be popped up witha message saying, "This is not the latest version of the file you are editing, Get the latest version of the file before editing."

No comments:

Post a Comment

Clearing Person/Group Values

To clear out or empty the values in person or group columns, how you do it depends on if the column is single-value or multi-value. For ...