Forum Discussion
permission level problem for attachment
淳嘉 銭 you should never change the default permission levels in SharePoint but you can create a new permission level. you can use "copy permissions Level" when clicking on the default permission level then check the permissions that you need for the user. In your case
"Add Items - Add items to lists and add documents to document libraries."
"Edit Items - Edit items in lists, edit documents in document libraries, and customize Web Part Pages in document libraries."
You can assign this custom permission level a group and then add all users to this group. Using this approach you can add the group to the list which uses the custom permissions level.
- 淳嘉 銭Jun 11, 2018Copper Contributor
Sorry,some typing mistakes. First, I didn't change the default setting, the changes I made are all in the copy of the default. Second, the button I unclicked was "edit items" and "delete items".
Now users can add items to the list, but cannot add a item with an attachment.
I want to make them also able to add items with attachment.
- Devendra VelegandlaJun 11, 2018Brass Contributor
If you need users to add attachments to list item then you need both "Add Items" and "Edit Items" in the permission level. If you just need just to add items without attachments then "Add Items" is sufficient.
- 淳嘉 銭Jun 11, 2018Copper Contributor
Thanks.I will make a editable list make other users be able to upload attachments, then use flow to make a same list only administraters can edit.