Tagged Questions
0
votes
2answers
39 views
How content type hubs works?
I am really new to that concept, never used before, but after some readings these are my conclusions and later my questions
To create a content type hub I need to create a site collection in there I ...
0
votes
1answer
31 views
How can I define a “local” default value for Managed Metadata field in Content Type published from a Content Hub?
I am publishing a a Content Type from a Content Type hub. This content type contains a Managed Metadata column. The column has a default value, set in the hub.
On a subscriber site, I set a library ...
0
votes
0answers
104 views
ContentType Publishing Error: Field internal name 'xxx' conflict
I am getting content type publishing errors with message: Field internal name 'coInformationBankCategory' conflict. The field is a managed metadata field. The feature containing the contenttypes and ...
0
votes
0answers
85 views
InfoPath form published into a Content Type Hub doesn't load in web browser in consuming libraries
We are deploying several content types to an organisation via the Content Type Hub functionality of the Managed Metadata Service in SharePoint 2010.
Our main focus at the moment is Project Server and ...
0
votes
1answer
397 views
how to remove a published content type from subscribed site collections
I have a small Visual Studio 2010 project with one farm level feature that I deploy to a site collection which is configured as my content type hub. The FeatureActivated event adds a site column and ...
0
votes
1answer
423 views
Extending Content Types from Content Type Hub
I have defined a content type in content type hub. I would like to use this content type on a site (other than the hub) but also to extend it with an additional (lookup) column. Is it possible to do ...
2
votes
1answer
156 views
Add content types programmatically into SPList takes too long
I've dozens of CTypes to add to an SPList programmatically (cause content types are provided by CTH) and each oSPList.ContentTypes.Add() takes almost 1sec. Is there any other approach ou code ...
0
votes
0answers
619 views
Changed the URL for Content Type Hub but new URL not showing site Content Types of the original hub
SUMMARY: I am trying to change my Content Type Hub site collection to a new site collection which has CTHub as part of the URL (i.e. now that I know a bit more, I thought this should be part of the ...
0
votes
2answers
321 views
Can you have too many content types in a content type hub?
Question
For our business requirements we have 700+ content types and 400 site collections. If I use a content type hub will I be exceeding any recommended or hard limit?
Some Background
These are ...
2
votes
2answers
268 views
Publish contenttype after activating feature (Office 365)
I've created a Contenttype and some fields in a visual studio project. They are deployed when activating the "Content types"-feature. But here's the problem: I want them to be deployed to the Content ...
1
vote
2answers
906 views
Content Type Hub push Content Types with Inherit=FALSE
We're deploying our custom content types to the content type hub with a feature. The content type with Inherits="TRUE" gets published to the subscriber sites without a problem. However for all content ...
1
vote
3answers
2k views
Content type not showing up after publishing to hub - what am I doing wrong?
Here are the steps I am taking
Updating the existing MDS to enable hub (setting URI to a specific site collection)
Update the content type in the site collection to be set to publish
Run the timer ...
4
votes
1answer
639 views
Sharing custom content types across multiple web applications
Our SharePoint 2010 instance have 3 Web Applications, lets just call them A B and C.
I have the managed-metadata service pointed to web application A.
The content type hub service is enable for A.
...