Forum Discussion
Deleted
Aug 08, 2017SharePoint published content type & template query
I’m having a little difficulty trying to publish a content type from the hub. At the moment I’ve successfully created the content type along with some mandatory columns to go with the content type (...
Deleted
Aug 10, 2017Thanks... is that some sort of bug or is it not possible to link to the library in another SC? Surely it must be possible - given that they allow you to specify a URL?
Ashish Ranjan
Microsoft
Aug 13, 2017I dont think you can provide another site collection url. But also agree that if allows to add an url from another SC, which can be confusing. With following article, it seems that the template must reside in same Site collection.
- Alan MarshallAug 13, 2017Steel ContributorWe ended up with a solution using workflow and Azure Functions to copy the templates from the content type hub to the same location in all other Site Collections. When the file is update in the CTH it is then pushed out again to all sites. You then use a relative link so it is always pointing to a local doc library.
It's not ideal but was the only way to make this work.
Alternatively, you could use the framework extensions to add your own template picker in the document libraries with your own custom picker. You can also pass through to Office the source library so save defaults to the correct location.