The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
3answers
2k views

SharePoint 2010 Term Store - Find all items tagged with a term

I have a SharePoint 2010 publishing site collection with a Term Store that I want to use for navigation. I understand the process of get the collection of published pages and examining the managed ...
2
votes
2answers
133 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 ...
2
votes
2answers
744 views

List View Filtering on Managed Metadata Fields issue

I’ve got some issue where I think I need your help Our client asked for change in list view filtering to not show all terms from taxonomy in managed metadata, but only these from documents in ...
0
votes
2answers
41 views

programatically searching terms from termstore

I need sample code where user can search terms from termstore by entering some term in textbox? I am actually finding, is there any search function available for searching terms ? Like for finding ...
0
votes
2answers
66 views

How to overwrite an exisiting term set in Term Store Management?

Is there a way to overwrite the existing term set or will I only be able to add new terms to it manually? I have a csv file I used to import a term set. I recently added terms to that csv file and now ...
0
votes
1answer
136 views

Fetch data from Term Store Management in Sharepoint 2013

So I am wanting 3 different navigations and I only see how to add 2 though in the snippet area in Design Manager. I am comfortable with C# but not very knowledgable in Sharepoint. Does anyone know ...
0
votes
1answer
343 views

Create TermStore (SPServiceApplicationProxy) Programmatically

Is it possible to create a new custom TermStore Programmatically? something like SPServiceProxy proxy = SPFarm.Local.ServiceProxies.Where(s => ...
2
votes
0answers
34 views

Creating a Categories term store to manage my Wiki Pages Vs creating multiple wikis sub-sites

I want to create a publishing site which have enterprise wiki to store and manage internal procedures for our company, so I find that there are two different approaches which I can follow to organize ...
1
vote
0answers
47 views

How do I create a term driven breadcrumb trail?

I'm working with SharePoint 2013 and I edited my html master page in SharePoint Designer to show a breadcrumb trail like we had in SharePoint 2010. The code is placed after the ID ...
1
vote
0answers
163 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
0answers
376 views

Managed Metadata and Word 2010 sync issue

We have a document library with a unique content type that contains a managed metadata type column called "Document Type". When bulk documents are uploaded this column is set to a default value called ...
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
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
0answers
18 views

The Managed Metadata Service or Connection is currently not available.

I have created a Enterprise Wiki site collection , then i tried to define a tem store for it, but when i go to ---> Site Settings----> Term Store Managemnt. i got the following error:- The Managed ...
0
votes
0answers
16 views

working with 2 categories and 2 term sets in SP 2013

I am using SharePoint 2013 Server. I have set up 2 meta data term sets in the term store management. I have added these in my navigation. I also added a new column where to safe this managed metadata. ...
0
votes
0answers
27 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 ...
0
votes
0answers
84 views

TaxonomyFieldControl You must specify a valid field value

I have a custom Manage Metadata field which is hooked up on a TermStore which has an Open Submission Policy and the field itself has Allow multiple value + Fill-in choices enabled (Checked). Yet ...
0
votes
0answers
141 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 ...
0
votes
0answers
19 views

How can i limit the terms i see when a filter a column from a term set to only show docs that have been tagged with that term

I am very new to Sharepoint and I am hoping there is an easy solution to this.. I have a termset that has over 70 terms. But, since we are slowing adding documents to the library, we are only using ...
0
votes
0answers
143 views

In SharePoint 2010 how do I blank a column on a document that is managed by a term set?

I have a closed term set in my MMS which is linked to a content type in a document library, I uploaded a document into the library and accidentally set the value on that column. When I try to remove ...
0
votes
0answers
632 views

Ho do I populate a TreeView with data from the TermStore?

How do I bind termstore to treeview webpart? I want to show my term store in a webpart. I was using the code below but its giving away all the groups but I want the one which I have selected only. ...