Sunday, July 27, 2014

Error: This item is no longer available it may have been deleted by another user click ok to refresh the page

Problem: I have upgraded my SharePoint environment from 2010 to 2013. When clicking on the ECB menu of Post list in SharePoint 2013, was getting the following error message.

"This item is no longer available it may have been deleted by another user click ok to refresh the page".

I have tried different ways to resolve but was not able to do.

Then i thought the OOB ListViewWebPart in ViewAllDocument.aspx is corrupted for the post list,
so in order to resolve the issue please replace this with new ListViewWebPart.

Here the steps for solution for this.

1. I open the site in SharePoint designer
2. Then Go to lists in view all
3. Then click on Post list
4. Then navigate to page and select "All Document.aspx"
5. Now open the page in "Edit File in Advanced Mode".
6. Now hide the default listform webpart by change <IsVisible>true</IsVisible> to <IsVisible>false</IsVisible>.

7. Click on inbetween zonetemplate and Click on insert tab from the ribbon.

Now click on DataView from that insert new ListViewWebpart for the post list and Save.

Solved...



No comments:

Post a Comment