Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.