2
votes
1answer
40 views

Adding wikis categories on the fly when creating new Wiki article

On the following link http://www.jasperoosterveld.com/2011/09/creating-knowledge-centre-with_07.html they mentioned how i can build a term store containing categories, and when users create wikis they ...
0
votes
0answers
25 views

How do I use different term sets on different pages?

I have made a term set for the main navigation of the site collection I'm working in. This main navigation contains links to pages titled "General", "Strategy",... and so on. I would like to find ...
1
vote
0answers
151 views

How to get Term Store Management Data/ Managed Metadata Service items using c# code/using Client Object Model for/of SharePoint 2010?

I have a TermSet called "Products" inside Term Store Management/Managed Metadatam, I am designing a front end form which allow user's to submit data to this list, to load the Product dropdown I need ...
1
vote
1answer
211 views

Getting TermSet and Terms from Microsoft.Sharepoint.Client.Field

I'm having a hard time trying fo figure this one out. I can only use Microsoft.Sharepoint.Client for this. I'am working with Sharepoint 2013. I need to list all Fields (Metadata) For a certain ...
0
votes
0answers
139 views

2010 Term Store Management - Term Set Default Label and Other Labels properties missing

My goal is for search to return results based on synonyms e.g., display results containing SharePoint if a user searches for SP. I've managed to enable the Term Store Management feature in ...
2
votes
4answers
195 views

Invoking the SharePoint taxonomy API. To cache or not to cache?

I am using SharePoint 2010 to build a public facing, anonymous website. There is a web part on my home page, that displays taxonomy values from the term store. (A couple of hundred terms.) Since ...
2
votes
2answers
128 views

Term Store association after migrating sitecollection to new Farm

I want to associate Term Store with the sitecollection that is migrated to new environment after migration. I have replicated the Term Store at destination, what now left is the association of the ...
0
votes
1answer
888 views

Unable to update taxonomy field in ItemAdded event

My code worked fine with my previously built (using SP web GUI) custom document library, whereby I would add a document and on the pop-up with the field textboxes, my ItemAdded event would set a ...
0
votes
2answers
219 views

English Labels stored in Managed Meta Data Fields in French Variation Site

When we provision a TaxonomyFieldType using elements.xml we set the ShowField attribute to "Term1033" where the 1033 represents the LCID of the field to be displayed. I am asking this as when ...
1
vote
0answers
349 views

Getting Null returned from taxonomy field in PowerShell?

I am trying to update a metadata field when adding an item to document library. All the other columns are updating. The error is on this line and basically $taxfield is returning null. $taxField = ...
1
vote
2answers
2k views

SetFieldValue for a TaxonomyField

I'm on a solution where I create a term with some subterms in the termstore. After that I create a sitecolumn and a listcolumn. When setting a value to the listcolumns with ...
0
votes
1answer
129 views

crawl only picks up parent term set not the level2

Is it normal for crawl to pick up just the parent term set. For example, I have a parent term set called "Math" and i have bunch Terms under Math. (Math 101, Math 102, Trig 101, etc.). An individual ...
2
votes
1answer
197 views

Is it possible to restrict the Terms shown in the MetadataNavigationHierarchy?

I have the following scenario: A Term Set setup called "Projects" The first level of terms under "Projects" are all names of Clients (eg. ClientA, ClientB, ClientC...) The second level of terms ...
3
votes
4answers
4k views

SharePoint 2010 - Backup Term Store as CSV

Is there any PowerShell Script to export the Term Store? I have not found any OOTB solution, only import as csv, but no export as csv. Is there a script which can export the Term Store as csv? (So ...
0
votes
2answers
283 views

How to manage more than a Metadata Service Application?

We have configured two managed Metadata services in our SharePoint 2010 Farm, named MMS1 & MMS2 and both has its own proxy service. Question:1 MMS1 has a termset group - MMS1_TG1 MMS2 has a ...
0
votes
1answer
598 views

Best way to get reference to local (SiteCollection) Term Store Group

I'm trying to hook up some Site Columns (TaxonomyFields) to Term Sets in the the local (SiteCollection) term store. In some cases I may need to actually create the term sets and this code will be ...