Tagging best practice for N/A or ALL tags (tagging language for images)
I’m wondering how to correctly tag documents when the tag doesn’t apply to it. The best exemple is trying to tag an image with a language tag. Which solution is the best with sharepoint 2013 : 1°...
View ArticleWhat is the software boundaries for labels in a SharePoint 2013 term store
I should say I’m not an expert when it comes to the Managed Metadata Service, but I am trying to find out the software boundaries for labels in SharePoint 2013 and I’m a bit confused. According to...
View ArticleTermstore invalid GUID after migrating
A site has been migrated from one environment to another. Some of the site columns in the site which have terms to select from the term store, are displaying as red. I am thinking that is due to...
View ArticleView items using a term and include it's children
Is it possible for me to create a view that when I enter a term and the result is a list of all items with that term associated with it but also have it return the children of the entered term as well....
View ArticleUser profile synchronization – AD –“&” character triggers update on users
When doing a sync against AD almost every user get updated. And this happens every time I’m doing a sync! When I look at FIM it looks like SPS-Deparment detects changes because AD has a different...
View ArticleReused term + Sharepoint + Powershell
How can I access reuse terms in powershell. I have total 6 terms out of that 2 are reused, through powershell script I am able to get 4 terms only, The 2 reused terms are not coming, is there any way...
View Articleget all child terms
I want to get all terms including child. Currently have 3 Levels but it may increase so cannot hard code. Here is code which just give me parent terms. string spWebUrl = SPContext.Current.Web.Url;...
View ArticleSharePoint 2013 Manage Metadata Term Store Orphaned Terms Delete
I’m Facing a problem with Orphaned Terms, I cannot delete them from term store management tool under Managed Metadata Service Application. Is there is anyway to clear it? I try to delete them using...
View ArticleMore than 1 Term set for a managed metadata column
Is it possible to have a column with more than one term set associated? I read that is possible to associate a MM column with a group but I don’t know if I’m missing something
View ArticleInsufficient permissions to user for create/delete term
I have created child term inside selected term from code behind. Now when I try to delete or create term with same user then I got “The current user has insufficient permissions to perform this...
View ArticleWhen to use “Tree view” or when to use “Managed navigation” , if i want to be...
Seems there are two main approaches if I want to be able to filter my wiki pages using metadata term store inside enterprise wiki site collection. First Approach. Tree View Approach is to do the...
View ArticleApplication pool user is a member of termstore administrator
Hi i want to run a user as administrator to create terms. SPSite site = SPContext.Current.Site; SPSecurity.RunWithElevatedPrivileges(() => { using (SPSite secureSite = new SPSite(site.ID)) {...
View ArticleHow to validate current user permissions for a given Term Store Group using CSOM
I can’t seem to find a way to check for the current user permissions for a term store group or term set in Sharepoint Online. I know the REST interface does not support any kind of interaction with the...
View Articlehow to re-use an existing term under another term but not termset
My problem is I can’t reuse a term under another term. But reuse term under a termset works fine. How can I reuse a term under another term. What I’m trying to do here just works fine with web...
View ArticleRename Term store (root) with powershell – managed metadata service
Is there a way to rename Term store “root” node? (yellow in the picture below) I’ve tried $taxonomySession = Get-SPTaxonomySession -Site $gurl $termStore = $taxonomySession.TermStores["Managed Metadata...
View ArticleQuery Taxonomy Term Store list and display as navigation link
I have been given a navigation challenge. We have multiple site collections on a farm, that we ultimately want to have a navigation link list that is global between all site collections. The links are...
View ArticleGet Taxonomy Terms, GUIDs, Synonyms (Other Labels) into Array within a...
I am using the code below to get terms (Later I will push these into an array). This is based on this article: http://www.vrdmn.com/2012/12/working-with-taxonomy-and-javascript-in.html It is pushing...
View ArticleRestrict access to documents associated with a certain term
I need to restrict access to all documents that are associated with a certain term only to some users. This should be done for both existing documents, and future documents, on upload. How can I...
View ArticleMetadata term links in a list
I am currently using the term store to keep a list of ‘Business Units’, ‘Locations’, and ‘Services’. I have assigned my terms a ‘Simple Link or Header’ link (to a site page). However in a list view...
View ArticleLabelMatchInformation not case-insensitive?
I’m having some issues with using LabelMatchInformation to search for terms in the managed metadata service. I’m searching for my terms like this: var labelMatchInfo = new...
View Article