Answered by:
Multiple References to a Document all pointing back to 1 copy.

Question
-
We have the need to place a document within a library and then place "Links" to that document in other libraries. I know sharepoint offers a "document link" type, but it doesn't seem to work for us (probably a permissions issue on the source document). How are other companies dealing with this?
Tuesday, December 27, 2011 3:27 PM
Answers
-
Hi John,
You could create a workflow and attach it to that document library. Inside of that workflow logic have it create links to this new document in other document libraries. The end-user just needs to start it manually when they want it pushed out. You can use SharePoint Designer to create the workflow.
Other than that, you’ll most likely have to look at a custom written solution for this.
Regards, Savoeurn Va Microsoft Online Community Support- Marked as answer by Emir Liu Wednesday, January 4, 2012 2:38 AM
Sunday, January 1, 2012 5:12 PM
All replies
-
Hi John,
How about use a Content Query web part to display all documents in that library or on that site?
http://office.microsoft.com/en-us/sharepoint-designer-help/display-data-from-multiple-lists-with-the-content-query-web-part-HA010174134.aspxOr create a linked data source to join these 2 libraries, and display data in a data view web part.
Create a linked data source in SharePoint Designer: http://office.microsoft.com/en-us/sharepoint-designer-help/add-a-linked-data-source-HA010115404.aspx
Create a data view web part: http://office.microsoft.com/en-us/sharepoint-designer-help/create-a-data-view-HA010094804.aspx#_Toc269110654
You may add the Name field to data view, then right click the Name field > Format it as hyperlink > left it {@FileLeafRef} as the hyperlink display name > modify it to {@FileRef} as the hyperlink URL so that we can open the documents by clicking the document Names.Let me know if you have any questions.
Thanks & Regards,
Emir Liu
TechNet Subscriber Support in forum
If you have any feedback on our support, please contact tnmff@microsoft.com.Emir Liu
TechNet Community Support
Wednesday, December 28, 2011 6:21 AM -
I think they want to do this more 'on the fly' than plan it out like that.
Wednesday, December 28, 2011 3:36 PM -
My main problem is that this needs to be sort of Ad-Hoc and not planned out ahead of time. The end user must be able to do the "link".
Thursday, December 29, 2011 2:53 PM -
Hi John,
You could create a workflow and attach it to that document library. Inside of that workflow logic have it create links to this new document in other document libraries. The end-user just needs to start it manually when they want it pushed out. You can use SharePoint Designer to create the workflow.
Other than that, you’ll most likely have to look at a custom written solution for this.
Regards, Savoeurn Va Microsoft Online Community Support- Marked as answer by Emir Liu Wednesday, January 4, 2012 2:38 AM
Sunday, January 1, 2012 5:12 PM