I have a file that could be in 2 different subsites

Charlie Martharper 125 Reputation points
2025-11-21T13:25:02.4466667+00:00

Hi everyone,

We are using SharePoint Server (On-Premise) with a classic site collection that has multiple subsites, one for each department/area.

Some documents need to be accessible and collaboratively edited by users from two or more departments simultaneously. The key requirement is:

  • Avoid duplicating the file (we don’t want multiple copies that get out of sync).
  • Ensure everyone works on the exact same file and always sees the latest version, regardless of which subsite they access it from.

Is there a native or recommended way in SharePoint On-Premise to make a single document appear (and be editable) in multiple subsites while keeping only one source of truth?

Any guidance, experience or recommended approach would be greatly appreciated!

Thanks in advance!

Microsoft 365 and Office | SharePoint Server | Development
0 comments No comments
{count} votes

Answer accepted by question author
  1. Michelle-N 9,260 Reputation points Microsoft External Staff Moderator
    2025-11-21T14:48:45.17+00:00

    Hi @Charlie Martharper

    Thank you for reaching out to Microsoft Q&A forum.

    Based on the information you shared, I understand your requirement as follows:

    You are using SharePoint Server (On-Premise) with a Classic site collection that has multiple subsites for different departments. You need a solution that allows users from various departments to access and collaboratively edit the same document, while strictly ensuring a "Single Source of Truth". You want to avoid duplicating files across different locations, which leads to synchronization issues.

    I would like to note upfront that as a moderator, I have limited access to specific test environments. The documentation and steps I found are verified to work on Sharepoint Server 2016 (On-Premise)/ Sharepoint Server 2019 (On-Premise). If you are using a different environment or version, please let me know so I can check for the appropriate solution. Based on experience and technical documentation, I am outlining a method to handle this in SharePoint On-Premise. This is the solution for centralized management without changing the way users interact with document libraries.

    Here's how it works and how to set it up:

    1.Store the document in a single location: Upload the file to a document library in one subsite (or a top-level shared library). Grant appropriate permissions to users from all relevant departments so they can view and edit it.

    2.Enable the "Link to a Document" content type in target libraries:

    Go to the document library in each subsite where you want the document to appear > Click Library Settings > Advanced settings > Enable Allow management of content types (set to Yes), then OK > Back in Library Settings, under Content Types, click Add from existing site content types > Select Link to a Document from the available content types, add it, and click OK. >

    https://sharepoint.stackexchange.com/questions/223625/adding-a-link-to-a-document-library-in-sharep…

    Note: Microsoft is providing this information as a convenience to you. These sites are not controlled by Microsoft, and Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please ensure that you fully understand the risks before using any suggestions from the above link.

    Add a content type to a list or library

    3.Create the link in each subsite's library:

    In the library, click New > Link to a Document > Enter a name for the link (e.g., matching the original file's name) and paste the full URL of the original document > Save it. The link will now appear as an item in that library's view, alongside other documents.

    Add a link in a document library

    https://dori-uw-1.kuma-moon.com/en-us/answers/questions/545738/creating-link-to-document-in-sp2019-on-premise

    When users in a subsite browse their local document library, they'll see the link item. Clicking it opens the original file for viewing or editing (via Office client apps or Office Online Server if configured for co-authoring). All edits happen on the single source file, so versions stay in sync automatically. You can also manage permissions on the original file to control access without affecting the links.

    Hope my answer will help you, for any further concern, kindly let me know in the comment section.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".     

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


1 additional answer

Sort by: Most helpful
  1. Q&A Assist
    2025-11-21T13:25:22.69+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    In SharePoint Server (On-Premise), you can achieve the requirement of having a single document accessible and editable from multiple subsites by utilizing the concept of document links or content types. Here are a couple of approaches you can consider:

    1. Document Links: You can create a link to the document stored in one subsite and place that link in the other subsites. This way, users can access the same document from different locations without duplicating it. When they edit the document, they will always be working on the latest version since it points to the same source.
    2. Content Types: If the document is part of a specific content type, you can define that content type at the site collection level and then use it across different subsites. This allows for a consistent structure and management of the document while ensuring that all users are working with the same version.
    3. Document Libraries: You can also consider using a centralized document library that is accessible from all the subsites. This can be done by adding a link to the document library in the navigation of each subsite. This way, users can easily find and edit documents from a single location.

    By implementing one of these strategies, you can ensure that all users from different departments have access to the same document without creating multiple copies that could become out of sync.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.