Forum Discussion
Damien Flood
Apr 25, 2017Iron Contributor
List permission for user to add attachments
Hi, I created a custom permission level by making a copy of the "Contribute". I left everything as is except for unchecking the "delete items" and "edit items" on the list permissions. Th...
DomN
Apr 25, 2017Brass Contributor
Gonna have a tough time splitting that [permissions] hair based on the way SP manages attachments: they are added as uploads to a folder related to the parent item. Believe a reference to the attachment folder is made in a column/cell/value on the parent item row in the process, hence why they still need to edit.
I would look toward creating a related library for the item rather than using attachments for this use case. Modifying the parent item form with a view of the related child items and adding some JS to assist in the child item linkage.
I would look toward creating a related library for the item rather than using attachments for this use case. Modifying the parent item form with a view of the related child items and adding some JS to assist in the child item linkage.