Hi,
I have created a document set content type with default content added from another SharePoint document library. This library is going to be used as a document template library. Users edit the documents in this library, which then should edit the document that the document set brings across when the user updates this document.
For example, Document Set "DocSet" adds default content "Template.docx" (which contains the word "Test") from a document library called "DocLib". The user updates "Template.docx" to contain the word "Test2". However, when the user creates a new "DocSet" it uses the default content "Template.docx" with the word "Test" rather than the updated version that contains "Test2".
Is there any way to add default content to a document set that will always point to the updated document in the document library?
Thanks