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

0
votes
0answers
24 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. ...
1
vote
1answer
335 views

Exception “The SPListItem being updated was not retrieved with all taxonomy fields.” at changing TaxonomyField value

This problem appears only on one particular Document Library. I use TaxonomyField.SetFieldValue(myItem, myTaxonomyFieldValue); and it works fine everywhere except this lib. Can anyone suggest a ...
0
votes
0answers
23 views

Taxonomy Field provisioned from Feature is not being crawled by Search

I have provisioned my own Taxonomy Field as a Site Column. I have used a feature receiver to bind the correct Term Store / Term Set information and I have created (and bound) the hidden Note Field ...
1
vote
1answer
773 views

Managed metadata column values show GUID in search results

My problem is the same as the one described here: http://social.msdn.microsoft.com/Forums/hu-HU/sharepoint2010general/thread/e3edd223-4fa7-4920-8efd-4898df85f0bf Unfortunately, that post does not ...
0
votes
1answer
348 views

KeywordQuery and Taxonomy fields

I'm programatically trying to use the Search Apis to find some documents. In order to customize the process, I'm selecting some basic properties : var query = new KeywordQuery(site) { QueryText ...
0
votes
1answer
389 views

Taxonomy.asmx returns sometimes 'No credentials are available in the security package'

I've created a WCF WebService which connects to the Taxonomy service from SharePoint with a 'Service Reference' in Visual Studio 2010 to the ...
0
votes
3answers
814 views

Is it possible to have a required field validator for Taxonomy webtagging control

Is it possible to have a required field validator for Taxonomy webtagging control. I tried using standard Required field validator but it fails. Is there any property in taxonomy webtagging control.?? ...
2
votes
1answer
41 views

Adding wikis categories on the fly when creating new Wiki article

On the following link http://www.jasperoosterveld.com/2011/09/creating-knowledge-centre-with_07.html they mentioned how i can build a term store containing categories, and when users create wikis they ...
3
votes
1answer
44 views

Changing enterprise keywords column title programatically

I'm trying to rename an enterprise keywords column in a specific list of a subsite. In a Feature Activated event receiver i tried to set the column's display name by setting its title using the ...
2
votes
1answer
473 views

Get TaxonomySession TermStore TermSet Term from Sharepoint 2010 Server using Microsoft.Sharepoint.Client.Taxonomy.dll

I'm coding a c++/c# client-application to communicate with a Sharepoint 2010 site which uses Taxonomy I have downloaded and installed Microsoft.Sharepoint.Client.Taxonomy.dll from: ...
0
votes
0answers
32 views

Taxanomy WebTagging Control: Not able to Set The Value

We have taxanomy – TaxonomyWebTaggingControl placed on a admin control panel. We need to assign/set value(value is lookup value:keyword) to the control by using JavaScript. Code is already written, ...
0
votes
0answers
20 views

Custom secondary navigation control for SP2013 (O365)

I need to implement a list of sub-sites and pages for the current site. OOB controls don't seem to do the trick (unless we missed something), there's taxonomy APIs for querying structure but I ...
9
votes
1answer
630 views

Sharepoint Online (365) Programmatically working with Managed Metadata

So, you want to migrate some documents that have managed metadata columns from another source into SharePoint Online. Microsoft.SharePoint.Taxonomy is blocked. Microsoft.SharePoint.Client.Taxonomy ...
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
26 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 ...
1
vote
1answer
348 views

SP2010: Strange behavior querying on taxonomy field

I need to query a document library to get items associated with some taxonomy terms, or items with specific documentId (site collection scoped feature, not the integer ID of the item), but the whole ...
0
votes
0answers
95 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 ...
2
votes
2answers
350 views

Add default data in declarative xml list instances for Taxonomy fields

Can somebody tell me, how to add default data for taxonomy fields in xml... currently i am doing this is a basic way, but not working... <Data> <Rows> <Row> <Field ...
2
votes
1answer
266 views

FullTextSQLQuery with a Taxonomy GUID in Where Clause

I've created a few documents and tagged them with various Taxonomy Terms from a Term Set. The terms I have chosen are children of other Terms. I've executed a crawled and created a Managed Property ...
3
votes
3answers
2k views

Taxonomy field doesnt always show up in CQWP filter

I am using two new features in CQWP to list "related items" in a web part: Taxonomy field filtering is used to match the current pages taxonomy value given dynamically by ...
0
votes
3answers
230 views

When would you want to create a new Managed Path?

Could someone explain when or why I would want to generate a new managed path in a SharePoint Web Application? Bismarck
1
vote
0answers
160 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 ...
0
votes
0answers
240 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 ...
3
votes
2answers
131 views

Sharepoint information structure, as flat as possible or a hierarchy

I have recently had a couple of clients that are adopting SharePoint that for various reasons want as flat of a structure as possible. Instead of building a site that mirrors the organization ...
1
vote
4answers
1k views

Sharepoint 2010 Taxonomy: How to search for a term by custom property

Lets say I have a whole lot of Terms in the Term Store. When I create the Term items I am setting a custom property like this: Term term = termSet.CreateTerm("ParentTerm", 1029, new ...
0
votes
1answer
39 views

Developing console applications for previous assemblies (Sharepoint 2010)

I Made a console application that changes items in a list that has a Taxonomy field. The app works well on the Developement machine, but for some reason, when move it to production, we get this error: ...
0
votes
0answers
28 views

Is it possible to set an anchor id for user profile taxonomy properties?

As the title says I'm wondering whether it is possible to set an anchor term for a user profile taxonomy property.
1
vote
1answer
212 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
0answers
18 views

Create link to value in taxonomy

I have som users that wants a link directly to a value with children in the taxonomy navigation area. Is this at all posible? I have tested several ways, most of them work when i paste them in my ...
0
votes
0answers
141 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 ...
1
vote
0answers
94 views

Search refinement owsmetadatafacetinfo is empty

We are using several taxonomy values that we would like to use in the search refinements. As I understand the crawled property owsmetadatafacetinfo should take care of all taxonomy values and then we ...
2
votes
1answer
300 views

How to retrieve taxonomy term friend URL or simple URL?

I am creating a menu control that read terms from taxonomy term store. Get termSet and term is straight forward using (SPSite siteCollection = new SPSite(siteCollecitonUrl)) { ...
1
vote
2answers
1k views

Modify existing lookup type column to managed metadata type

We are in process of migrating one of our big website which is built in WSS 3.0 to SharePoint 2010 Standard version. In the process we want to convert all lookup columns to managed metadata type. We ...
0
votes
0answers
31 views

Site Taxonomy and Security trimming

I am working on site taxonomy. I've found a nice article here. The article discusses how one could exploit site taxonomy feature and generate navigation with taxonomy data source. Is it possible to ...
3
votes
1answer
220 views

Limiting the TaxonomyWebTaggingControl possible selections

Assuming I have a term set with all the countries. The first level is the continents The second level is the countries. No I am building a web part with a dropdown of the continents and a ...
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 ...
2
votes
1answer
313 views

How to set Taxonomy Control using jQuery

I have a list with managed metadata column. In the new and edit form, I would like to set the value of that field using javascript. Is it possible to set the Taxonomy Control ...
1
vote
0answers
135 views

Taxonomy field deployment problem

I have encountered the following problem... I was trying to create an SPField of 'TaxonomyFieldType' type. So that I created it's xml definition (including the hidden note field) in a farm solution, ...
0
votes
2answers
167 views

Setting Taxonomy value during itemadding

How can i set an taxonomyfield during an itemAdding event? i've got a TaxonomyFieldValue created from my propertybag. public override void ItemAdding(SPItemEventProperties properties) { //Get ...
2
votes
4answers
195 views

Invoking the SharePoint taxonomy API. To cache or not to cache?

I am using SharePoint 2010 to build a public facing, anonymous website. There is a web part on my home page, that displays taxonomy values from the term store. (A couple of hundred terms.) Since ...
3
votes
2answers
448 views

Library view with subtree taxonomy filter

Let's say I have a following taxonomy tree: World |--Germany |    |-Frankfurt |    |-Berlin |--France      |-Paris ...
1
vote
1answer
61 views

Does SP 2010 have any support for taxonomy update workflows?

Does SP 2010 have any support for taxonomy update workflows? Or if not directly, is it possible to develop something like that using the Sharepoint API? What would be needed: taxonomy change ...
1
vote
1answer
131 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 & ...
0
votes
2answers
334 views

Setting value for Taxonomy field produces Value does not fall within the expected range

I have a custom ASPX page where the user inputs data and clicks Save to add new item to the list. The field My Department is a Managed Metadata field (single choice). The user sets the value for this ...
1
vote
2answers
2k views

SetFieldValue for a TaxonomyField

I'm on a solution where I create a term with some subterms in the termstore. After that I create a sitecolumn and a listcolumn. When setting a value to the listcolumns with ...
0
votes
3answers
1k views

Managed metadata field is greyed out when deploying a list definition project

I am trying to deploy a list definition which contains a TaxonomyFieldType, however the managed metadata field that gets deployed is greyed out. This is very frustrating as there are no error messages ...
0
votes
2answers
604 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 ...
2
votes
2answers
131 views

Term Store association after migrating sitecollection to new Farm

I want to associate Term Store with the sitecollection that is migrated to new environment after migration. I have replicated the Term Store at destination, what now left is the association of the ...
0
votes
1answer
488 views

error when calling the GETTERMSETS method using the taxonomyclientservice

do you have any idea about this type of exception "System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> Data at the root level is invalid. Line 1, position 1." I ...
0
votes
0answers
55 views

Empty taxonomy fields in OOTB SharePoint alert e-mail

When subscribed to a document library - and a document is uploaded - the subscribed user is successfully sent an e-mail including details of the uploaded document. But it's a custom content type and ...

1 2 3