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
27 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
36 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
13 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
28 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
0answers
39 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
82 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
26 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
23 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
27 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
37 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
41 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
73 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
27 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?