I have a list where we add attachments to the list item. I want the list item itself to be editable but I want to make the attachment read only. Is this possible?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
Disable attachments. Create a document library. With a custom workflow (with sharepoint designer) you can create a folder in the document library titled with the ID of the item of your custom list. You have to create a link beetwen the item and the document folder... you can do that in many way. A possibility is set a link column with the url of the folder. Use the same WF. Or you can customize with infopath the custom list form and use a function to "calculate" the url. Ok. The last step. With another WF for the document library you can change the document permissions for every new document and set read only or what you want. |
|||
|