I am creating a Content Organizer rule. The rule will apply for the entire site collection, where I have a structure of sites and subsites. My problem is as follows:
- The target location document library is within the same sub site as where the user uploaded the document.
- The name of the target location document library will be the same for each subsite, since it is defined in a web template.
- Administrators will be creating new sub sites regularly. Hence, the exact URL of the document library is not known.
- The rule should be created once for the entire site collection, and apply to all subsites that exist and that will be created in the future.
I am thinking it would be practical to use a dynamic url to the document library, something like /<CurrentSiteURL>/MyDocLib, where CurrentSiteURL denotes the URL of the site where the user uploaded the document. There can be no programming involved.
Does anybody have an idea of how this can be done?