Taxonomy is the practice and science of classification. SharePoint taxonomy, In additon to Managed MetaData it includes how sites are organized, content is arranged, menu's are laid out, etc.

learn more… | top users | synonyms

1
vote
1answer
133 views

How does Tags & Notes work? Why Notes are not visible on the specific Library?

Myself and my colleagues are granted with contributor access on the Site. A colleague published a document into the library and another one has commented on it using the Notes part of the Tags & ...
1
vote
1answer
206 views

Multilingual Taxonomy Search

I don't know whether this is possible in share point or not but can some one please confirm about this . I have created a multi-lingual term set so for eg for a term called energy i added a Spanish ...
1
vote
1answer
1k views

SharePoint 2010 Foundation and Taxonomy

I need to apply Taxonomy in my company SharePoint 2010 Foundation environment. But since Taxonomy or Manage Metadata Service is not available in SharePoint Foundation. What option do I have. ...
1
vote
1answer
2k views

Set multiple values to Enterprise Keywords TaxonomyField

I want to programmatically set the values of the Enterprise Keywords Managed Metadata field. This field supports multiple values, but I can only get it to take one at a time. I have the following ...
0
votes
1answer
905 views

Unable to update taxonomy field in ItemAdded event

My code worked fine with my previously built (using SP web GUI) custom document library, whereby I would add a document and on the pop-up with the field textboxes, my ItemAdded event would set a ...
0
votes
2answers
605 views

Is there any way to access a managed meta data service using only javascript in SharePoint 2010?

I am creating custom forms in a SharePoint site. The only thing is most of our Lists contain managed metadata fields. I have been successful in adding new items to Lists having only standard fields ...
0
votes
2answers
961 views

Add keywords column to shared documents and announcements lists at creation

I want to use taxonomy fields for my "shared documents" and announcements. I can create the column afterwards. But what is the best way to do it automatically when a user creates these lists or a ...