开发者

Deleting record in sharepoint list

I want to delete records in list view in sharepoint. This shoul开发者_开发技巧d only be a logical delete the actual data itself should not be deleted . How to accomplish thsi ? Please suggest


Without going much on why you want to do that, here's an idea:

You could create a filter based in a column, say, A Yes/No Column named "Hide From View" and on the Filter options in the Modify View Settings you choose to not display items that are not equal to your Hide From View column.

  • Create new Yes/No Column, name: HideFromView, default value: No
  • Edit/Modify the View, go to the "Filter" group
  • Select the option: Show items only when the following is true
  • Configure with:
    • Show the items when column "HideFromView"
    • Is Equal To
    • No
  • Edit your list items and mark a few Checkboxes for this column.
  • You now have a filtered list, without actually deleting the data


Another option is to set the item's permissions to be only visible to / editable by Site Collection Administrators. Anyone who is not a site collection admin will not see the item when viewing the list. This way only the site collection admins are allowed to really delete / edit those items later, when they really aren't needed anymore, or restore the permissions if the item needs to be visible to other users again.

Read more on how to change permissions on items, folders, lists etc. here: Manage permissions for a list, library, folder, document, or list item. Look under the "Break permission inheritance on a folder, document, or list item" paragraph.


Another option is to simply move the items to another list.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜