0
votes
1answer
15 views

Users cannot read enterprise keywords

we have a site collection (SP 2010) in which one list has a "enterprise keywords" column (managed metadata service). Well, the situation is that an user with administration permissions can read and ...
1
vote
1answer
96 views

Configuring User Profile/Managed Metadata Sync Service

As far as I know, everytime you perform a crawl on the User Profile Service Application certain Active Directory fields are converter or added (if already exist) to the People term-set. We found a ...
0
votes
1answer
150 views

Managed metadata Group not visible in sharepoint 2013

I have created managed metadata Group named "MyGroup" in term store (Managed Metadata Service) programmatically under FeatureActivated method in sharepoint 2013 as below: public override void ...
1
vote
1answer
204 views

TaxonomyField not updating

I have a little function that updates a taxonomy field on a listitem. It does work when I call it from the SharePoint site, but If I call it from a WCF service (built on top of SharePoint's WCF ...
1
vote
1answer
705 views

How to insert data into Managed Metadata field of any Document Set using PowerShell?

I am creating a Document Set for a library using powershell and that document set contains some mandatory managed metadata fields. I am able to create document set but how can I insert data into those ...
0
votes
1answer
139 views

Error when creating site from site template

I am having the exact issue here: http://social.technet.microsoft.com/Forums/en-IN/sharepoint2010setup/thread/76f96d55-6be2-4ad1-8da5-0b26a619c666 I saved a site as a template and then attempted to ...
0
votes
0answers
55 views

Handle large amounts of terms using the Managed Metadata Service

I'm using the Managed Metadata Service to handle a taxonomy with a lot of terms. The problem I face is that the default UI in the Central Admin only displays 10 terms at a time. There is a "previous" ...
0
votes
2answers
247 views

EventHandler for Managed Metadata Terms

I want to invoke some of my custom code during the addition and deletion of TermSets or Term in Term Store Management under Managed Metadata Service. If we can invoke those codes, then how we can ...
1
vote
0answers
67 views

Automatically add new into term store

When one has metadata column connected to open term store, you can add new items into that store but you have to open popup window. Is it possible to add new keyword when user enters keyword that is ...
0
votes
1answer
471 views

SharePoint 2010 taxonomy import and export to csv

Currently I am working with taxonomies and multi language packs. So I want to import a csv with all terms in a term store in different languages. However I cannot find an example of how the csv ...
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. ...