Contents
I have a SharePoint 2013 list where I need users to only see the items they have created. It is a user support ticket system so users need to be able to add tickets using the form I created but then should not be able to see tickets others have created. Any idea how to do this?
How can I make site owners see all documents?
Site owners should be able to see all documents. yes…there are two ways.. one is via coding where if login users are same as CreatedBy field than the documents will be visible or if user is with Owner access he will be able to see the documents. second is via out of box…create two views…
Where to find custom list in SharePoint 2013?
I know it is in Advanced Settings in SharePoint 2010 but cannot find this setting in 2013. Thank you! In Advanced Settings of a Custom List you will have the option to set Item-Level Permissions, if you have a Library this option will not be available. You can also change the view of the list to filter on field Created by.
How to set permissions so that users can only see their?
Under draft item security select ‘only users can approve items (and the author of the item). Ensure that the site owners are part of the approvers group and they should then be able to see all items in the library (draft or published), whereas normal users who are not part of the approvers group can only see their own items.
I already created a view to see all checked out files by the logged in user with: I am wondering if it is also possible for all checked out files? Create a View with a filter. And to see all files regardless of folders specifiy the Folders setting: Thanks for contributing an answer to SharePoint Stack Exchange!
How are permissions inherited in a SharePoint list?
Inherited permissions are copied to the item, and permissions for the users with whom the item was shared are added. But if changes in permissions are made to the parent item, those changes are not applied to the item.