SharePoint 2010 comes with an enhanced mechanism for managing your enterprise contents in SharePoint portal. Managed metadata refers to organizing your SharePoint contents so that they are easily categorizable and searchable. - Metadata and Tagging - Taxonomies - Folksonomies
0
votes
2answers
44 views
Managed metadata field grey when deploying with powershell
I have a powershell script that does the following:
Create web application x
Add and install some wsps
Create site collection using a site definition deployed with one of the wsps.
3b. The ...
2
votes
1answer
45 views
Changing Managed Metadata field
Sorry if my syntax is a bit off here, I'm very new to Sharepoint.
We have a document library in Sharepoint with a Managed Metadata column for the department (we have a list of departments in the Term ...
0
votes
0answers
14 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. ...
1
vote
1answer
32 views
determining if a metadata property is indexed or not
this question is related to my previous question which not been answered. When I go to Search Schema I can find the corresponding managed property for the Managed Metadata Site Column, and I it is ...
0
votes
1answer
74 views
Programmatically building Metadata Navigation with Friendly URLs
I've been looking online at a bunch of MSDN examples of how to programmatically build and then set Metadata Navigation through feature recievers. The sample code MSDN gives you is as follows:
...
2
votes
3answers
106 views
Retrieving Taxonomy Terms by Rest API based on refiners
I don't have any Site Columns, any Catalog Site Collection or Catalog list. I have about 30 Terms and TermSets (in MMS). Now I want to use them as a search based menu. By using Powershell I have ...
1
vote
1answer
32 views
creating Managed Property for MMS TermSets and Terms
Is it possible to make Managed Property for a taxonomy term without creating a corresponding site column. I want to make my MMS terms and termsets and having corresponding refined Managed Property and ...
0
votes
0answers
13 views
Metadata changes in DIP not reflected in properties
we have a problem with Managed Metadata and changes in Document Information panel in Word.
When a user changes a property in the DIP, the changes are not reflected in the documents properties after ...
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 ...
0
votes
1answer
31 views
How can I define a “local” default value for Managed Metadata field in Content Type published from a Content Hub?
I am publishing a a Content Type from a Content Type hub. This content type contains a Managed Metadata column. The column has a default value, set in the hub.
On a subscriber site, I set a library ...
0
votes
1answer
30 views
Key Filter returning unexpected results
I have a library which uses several columns of type Managed Metadata.
I have turned on both the tree navigation and key filters. I am using several column-specific key filters, not the All Tags ...
0
votes
1answer
41 views
Column validation on managed metadata term
I would like to validate when i create a new list item that the metadata item selected is a specific item and not a top level category
for example in the above you should not be able to select ...
1
vote
1answer
46 views
How to get all keywords from the Keywords termset programatically (Enterprise Keywords)
Just like I can go to Central Administration > Application Management > Manage Service Applications > Managed Metadata Service and see the list of existing terms under the Keywords termset I'd like to ...
0
votes
0answers
88 views
Web Page Security Validation (Taxonomy AJAX Bug vs Silverlight Bug)
The situation began like this:
We upgraded our SharePoint 2010 (using the Project Server 2010 February 2013 Cumulative Update)
We found a bug where on the 'Project Page' layout the 'Managed ...
0
votes
2answers
28 views
How to programatically tell if a field is a taxonomy / managed metadata field?
I am going after SPList.fields and getting the collection of fields...
I would like to eventually return only the fields that are managed meta data. Any ideas on how I can do this?
0
votes
1answer
26 views
Centrally managing or updating the content types of all document libraries in SharePoint 2010
So I have read articles on Managed Metadata, Content Type Publishing and Editing Document Library templates and while related none of these seem to do what I want to do. I want to add the "Link to ...
1
vote
1answer
92 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
83 views
Issue checking for contains in CQWP, comparing against Managed Metadata field
I have a unique scenario where I need to compare values for conditional formatting of my Content Query Web Part. In most circumstances this is pretty easy, and we thought this was working for the most ...
1
vote
0answers
94 views
Sharing pages library as catalog in sharepoint 2013
I have a problem in SharePoint 2013 cross site publishing. I have one authoring site and 10 publishing clinic sites. I create article pages on my authoring site and want share in different clinic ...
0
votes
0answers
23 views
How to define managed metadata for the default page?
I am using the managed metadata navigation. All the pages I added have a managed metadata term except the welcome page...
How can I define the managed metadata for default page(e.g. ...
1
vote
0answers
154 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 ...
2
votes
1answer
108 views
Content By Query filtered by managed metadata, unfiltered view = all items?
this might be an easy peasy question, but I cant seem to find an answer.
(turns out: Yes it was. Apparently it just works now, I must have missed something. This question can be closed. The CQWP will ...
0
votes
1answer
85 views
When is document (word, pdf) metadata used
In 2007, when I indexed word and PDF content the search results displayed the author (created by) and a description (description column) from the actual library.
In 2010, I am getting the content ...
0
votes
0answers
46 views
Populating enterprise keywords from metadata or other properties
If I am uploading, copying or moving a document in sharepoint to a library which has an enterprise keyword field, will the EK field be populated with properties from the document? (e.g. managed ...
2
votes
4answers
418 views
Use custom columns with Content Query Web Part
I'm trying to use custom metadata columns with the Content Query Web Part. I finally figured out that I apparently needed to export the .webpart xml file, edit it and then import it as a new web part.
...
0
votes
2answers
258 views
Use Managed metadata with the Content Query Web Part?
I'm trying out the Content Query Web Part in Office 365. However, I want to use Managed metadata as a criterion to filter on, but I don't see any of the Managed metadata columns I have created in ...
1
vote
1answer
76 views
How to migrate existing choice columns (containing data) to Managed MetaData columns using PowerShell?
I have 5 choice columns on a SharePoint library, containing ~1000 rows. I would like to migrate these 5 columns into Managed Metadata fields and maintain the data. Any ideas?
1
vote
1answer
307 views
Search on Enterprise keywords or Managed metadata
I'm new to Sharepoint online (Office 365 really), and I'm trying to figure out how to search on Enterprise keywords, on the one hand, and Managed metadata, on the other.
I know I can use a syntax in ...
0
votes
1answer
68 views
Sharepoint 2010 Document Organizational Structure
Our company wants to rollout a knowledge base site which will contain most of the company’s documentation. As any good SharePoint Admin would do, I am using managed metadata keywords and terms to tag ...
0
votes
0answers
236 views
The SPListItem being updated was not retrieved with all taxonomy fields
I have added document library template using VS 2012. and then added custom content types to this library. the content types includes 3 managed metadata fields. After deploying the project when I add ...
1
vote
2answers
323 views
Add managed metadata column via visual studio 2012
Im running SP 2013 with VS 2012 on a MS 2012 server. I want to create a list, with one colum type called "Managed Metada". Via settings -> create column in IE there is no problem. But, when I create a ...
2
votes
1answer
64 views
Get document properties.Keys value
I'm iterating all lists in a site collection trying to get all metadata, their values and eventually count them. I'm not so far yet, but I'm stuck in getting the values from a documents (file) ...
1
vote
0answers
136 views
Calculated columns supporting all column types
I would like to develop a column which will allow the end user to do the calculations based on values of other columns of the same item (SharePoint 2010). I need it to work also with people, look up ...
1
vote
0answers
78 views
Why do I keep losing Managed Metadata Service connection on Office 365?
I have recently signed up for Office 365, and I want to use managed metadata and use them with key filters.
But when I have set it up and added a term list, and then try to use it, the connection is ...
0
votes
0answers
62 views
using copyiteminto to copy file to copy.asmx fail to display metadata I provide
I use HTTP to post soap data to copy.asmx and try to upload file to sharepoint online, I provide fieldinformation with file stream, but the sharepoint did not change the created, modified and version ...
0
votes
1answer
148 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 ...
0
votes
0answers
82 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 ...
2
votes
2answers
177 views
Query SP2013 Managed metadata term store
I was wondering if it is possible to query the Term Store via the REST API or Javascript Client Object Model in SP2013.
I can't quite seem to work out the naming scheme for the REST API to discover ...
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 ...
0
votes
0answers
38 views
create page event receiver
Is it possible to create an event receiver which triggers when you create a page. the reason is, I have used Managed Navigation and when you create a new page it adds a new term on the mageanged ...
0
votes
2answers
357 views
Managed Metadata Navigation Security Trimming
Does the managed metadata navigation offer security trimming?
I create a new web and not have anyone have access to it.
I would now add a link to that web to the managed metadata navigation.
...
0
votes
0answers
159 views
How do I make the Managed Navigation menu appear the same on all pages
Apologies if this is amazingly obvious somehere...
I've implemented a SP2013 Publishing Site and enabled the friendly URLs and Managed Navigation. For what it's worth, I've also used the Starter ...
1
vote
0answers
117 views
Restricting Enterprise Keyword Suggestions to a Term Set
Does anyone know of a way to lock down a list's built in Enterprise Keyword field to a specific Term Set? I've found on similar solution, but that solution only created a new Site Column that allowed ...
1
vote
0answers
291 views
SharePoint 2013 managed metadata navigation and custom sort order
I'm trying out the managed navigation in SP 2013 and cannot set the custom sort order. I select "Use custom sort order" and save it but when I reload the page "Use default sort order according to ...
2
votes
2answers
211 views
Managed Metadata Navigation always redirecting to “start.aspx#null”
I'm trying to use Managed Metadata Navigation for cruising around my site. Right now I have a couple of team sites.
In the target settings I set the navigation URL to:
...
1
vote
0answers
98 views
SharePoint 2010 and Word 2010 Multilanguage Managed Metadata issue
We have some issues related to a SharePoint 2010 solution. It’s an Intranet site Collection with multi language support on UI, Managed Metadata and document content. The PC’s are set up with Windows ...
0
votes
1answer
227 views
Having more control over Metadata Navigation for Pages
In SharePoint 2013 when you create a new page under a publishing page it adds a new Term under the "site navigation" termset of the site collection. What I want to do, is having more control on where ...
0
votes
1answer
67 views
Invalid look-up value. A look-up field contains invalid data
I have a contenttype with a TaxonomyFieldType field, which has a specific termstore and termgroup attached to it when deployed.
I didn't set AllowMultipleValues in my code before after the deploy so ...
0
votes
0answers
124 views
SharePoint 2013 Term can not be shared multiple times in same term set…
I want to reuse a term in 2 different term.
As shown in Image i reused Search term in SharePoint 2010 Term. Now I also want to use Search Term in SharePoint 2013 Term...
But I am getting error ...
3
votes
0answers
94 views
Managed Metadata Filter Empty
I have a Doc Library using a custom content type with about 15 managed metadata fields in it.
For some reason filtering on one particular column whether it be MM Navigation, MM Key Filters, or just a ...

