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
3answers
811 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
2answers
128 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 ...
2
votes
2answers
346 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 ...
0
votes
2answers
164 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 ...
9
votes
1answer
620 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 ...
3
votes
1answer
43 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 ...
3
votes
1answer
214 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 ...
2
votes
1answer
466 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: ...
2
votes
1answer
264 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 ...
1
vote
1answer
346 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 ...
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 ...
1
vote
1answer
333 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
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
1answer
66 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
1answer
343 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
174 views

How can I set empty value to TaxonomyField of Microsoft.SharePoint.Client.Taxonomy?

I have a ListItem with TaxonomyField which have some value in it (some term of course). This TaxonomyField is single value only. So now I want to set it to empty, just as it was from the beginning but ...
0
votes
1answer
388 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
1answer
82 views

SharePoint Taxonomy

We wanted to use taxonomy in our Environment and i had imported a term set using an .csv file and it worked fine , now I was wondering is there a way that i can use the same .csv to import the text ...
0
votes
1answer
176 views

Custom Site Content type is not getting mapped for the required taxonomy field

I have a custom project site template which is coded in c#.net VS 2010, I have deployed the projects related to the project site template into central admin through VS After deploying the solution I ...
2
votes
0answers
253 views

How to add new term from TaxonomyWebTaggingControl in custom code

How to add new term from TaxonomyWebTaggingControl in custom code I have created a custom code which renders TaxonomyWebTaggingControl in the run time & i have binded the Taxonomy SSPID & ...
1
vote
0answers
151 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 ...
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 ...
1
vote
0answers
93 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 ...
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, ...
1
vote
0answers
349 views

Getting Null returned from taxonomy field in PowerShell?

I am trying to update a metadata field when adding an item to document library. All the other columns are updating. The error is on this line and basically $taxfield is returning null. $taxField = ...
0
votes
0answers
19 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 ...
0
votes
0answers
30 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 ...
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
0answers
87 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
0answers
233 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 ...
0
votes
0answers
27 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.
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
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 ...
0
votes
0answers
54 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 ...
0
votes
0answers
73 views

TaxonomyWebTaggingControl dialog height

Is there anyway I can control the height of the dialog that opens as part of the TaxonomyWebTagging control?
0
votes
0answers
53 views

MMS Field is readonly

I have created a taxonomy field programmatically and added to a custom content type which inherits from Document content type. In the document library when I chose "Edit properties" for an item ...
0
votes
0answers
106 views

sandbox workflow action: read taxonomyfield value and give the full path value back

I like to build a custom sandbox workflow action. The action must read a taxonomy field and give me the full path (like id;#value1:value2). Input for this sandbox workflow action is the field value: ...
0
votes
0answers
64 views

update MMS after recreate

I have created a custom Managed metadata service by using Powershel script. Everything works ok, and I can add Taxonomy Fields to ContentTypes and change the values of them on "Edit Properties" page ...