The content-type-hub tag has no wiki summary.
0
votes
2answers
41 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
424 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 ...
0
votes
1answer
32 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 ...
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 ...
0
votes
0answers
107 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
2answers
121 views
Using Content Type hub - do updated fields update in subscribed sites?
The title pretty much covers my question...
I've updated a field in the content type hub - I want this field update to be reflected in the consuming sites/webs. I don't think the field defs are ...
1
vote
2answers
915 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 ...
0
votes
1answer
400 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 ...
2
votes
1answer
157 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
621 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
327 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 ...
1
vote
2answers
97 views
Can you target specific site collections in the same web application with a content type hub?
I don't believe that this is possible but I'd like to get confirmation on this assumption either way.
Background
I have ten site collections in a single web application. I have a set of content ...
0
votes
1answer
187 views
Changing SPField cause no changes
I try to change an SPField after SPList creation, but I'm not getting any results of that change. using this code:
SPField oSPField = oSPList.Fields[new Guid("MyFieldGuid")];
...
2
votes
2answers
645 views
Content Type Hub Design Considerations
I created 2 Web Applications in my SharePoint environment. What are best practices for Content Type Hub implementation? In terms of creating it on its own Web Application or create it on an existing ...
0
votes
0answers
131 views
Using Custom Information Document Panels and syndicated content types
We have a content hub publishing a number of content types to another web application. One of the content types requires a custom document information panel (DIP) which is published to the hubs ...
2
votes
2answers
272 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 ...
0
votes
1answer
185 views
Are their negatives to using the content type hub approach
What are the pitfalls of using the content type hub approach to store global level content types?
4
votes
1answer
642 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.
...
