The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
11 views

custom property for terms in taxonomy

How can we use custom property for a term in taxonomy planning so that if and only if a term is approved user can tag by that term otherwise not. Unless the term is approved it will not show up in the ...
0
votes
1answer
54 views

(Parent) terms missing from quick launch

I have a term set, built up like this: Page 1 Page 1-1 Page 1-2 Page 1-2-1 Page 1-2-2 Page 2 Page 2-1 It is set up to be used for site navigation, and is based on term-driven pages. ...
2
votes
0answers
59 views

Navigation using Term Store in my enterprise Wiki Site is not working well

My problem is as follow:- I have a site collection that contain an Enterprise Wiki template. And I create a new Term Store I link the term store to the “wiki Category” column. When I add or edit a ...
0
votes
0answers
72 views

Navigation for my site collection always redirect to PageNotFoundError.aspx page

I have defined a left Navigation for my Site collection, and I have define to associate my Wiki Pages to certain term using the Wiki Categories site Colum. But if the user clicks on a term inside the ...
0
votes
1answer
40 views

Parent terms missing in breadcrumb path

I have a site collection named "Faculty" and a subsite named "General". For "General", I have multiple pages in that subsite. The content of the quick launch navigation for the subsite is based on a ...
1
vote
1answer
45 views

How do I fetch the most popular search terms?

I'd like to display a usercontrol on the homepage of my SharePoint site. The control will display a list of the most popular searches performed in a given period, say the previous month. Does anyone ...
0
votes
2answers
80 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
2answers
53 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
1answer
111 views

Error while trying to Import Term Set using .CSV file

When i try to import a termset(in a Site collection) using the .CSV file,i get the below error, An error was encountered while attempting to import the term set at line 2 of the submitted file. ...
1
vote
1answer
50 views

Document Library View filter on term

Say I have a view that has a column based on metadata from my termset. I want to create a view that contains all the items that are tagged in one parent term and its child terms. For example: A view ...
0
votes
1answer
49 views

How to find out if (and if possible how often) a term is used?

When using managed metadata, how can I find out, if a term is used (and if possible, how often it is used), without iterating all sites and lists/libraries on the sites?
1
vote
1answer
230 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 ...
1
vote
1answer
198 views

How do I rename a metadata term in C#?

Can't find this documented anywhere. Do I just change the Term.Name and run a commit all on the term store?
0
votes
0answers
62 views

Metadata values missing in list view [SP 2010]

We have a list with 2 managed metadata columns (term set). But the values of the columns aren't displayed in the list. They're empty, but it is possible to filter on values.And if you edit items from ...
2
votes
1answer
219 views

How do Managed Metadata terms with Term Reuse behave in search results?

I'm trying to handle the following scenario: use the same Managed Metadata term in multiple Term Groups via Term Reuse configure multiple Content Types to use different instances of the reused term ...
1
vote
0answers
355 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 = ...