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.
0
votes
1answer
284 views
Taxonomy GetAllTerms on level 2
We have a termset with parent term name "State" and with child term "City".
I want to show all child terms "City" in a dropdownlist.
Who can I retrive only child terms from this termset?
0
votes
2answers
1k views
Correct taxonomy field to use in EditModePanel?
We have a SharePoint 2010 content type with a ManagedMetaData field bound to a custom TermStore/Set in the Managed Metadata Service.
We are using an EditModePanel on the PageLayout for the content ...
0
votes
3answers
1k views
Metadata navigation issue, not working correctly sharepoint 2010
I setup Metadata Navigation Hierarchy for a list based on a Managed Metadata field (Taxonomy field).
The term tree structure looks like this:
Level 1
Level 2
Level3
Child
...
0
votes
1answer
167 views
Taxonomy filtering on a list doesn't work when deleting terms and recreating them.
Let me paint the scenario.
I have a list of terms in a termset
I have a list with a taxonomy field, this points to the termset
Filtering is working. By this I mean in List settings, under Metadata ...
1
vote
1answer
929 views
Update taxonomy field from workflow
I’m in quite a bind here. I just need to update a taxonomy field in a list item, but I keep getting an “Updates are currently disallowed on GET requests. To allow updates on a GET, set the ...
0
votes
2answers
2k views
How to get the WSSID of a taxonomy field?
I found this article which describes how to insert a list item that has a field which is of type TaxonomyFieldType.
The article describes how the TaxonomyFieldType is a similar type to a lookup ...
2
votes
1answer
83 views
Link to Taxononomy from subweb quicklaunch
Is it possible to create somehow link from some subweb (link is for example placed in quick launch but it's not necessary to be there) to taxonomy page (central administration). For now, I don't know ...
0
votes
1answer
487 views
Sharepoint 2010 Taxonomy: How to get a flat list of terms for a termSet?
I was wondering if there is any way to get all descendant terms for a termSet, not only direct children, but the complete set as a termsCollection.
The TermSet.Terms Property will return only the ...
0
votes
2answers
283 views
How to manage more than a Metadata Service Application?
We have configured two managed Metadata services in our SharePoint 2010 Farm, named MMS1 & MMS2 and both has its own proxy service.
Question:1
MMS1 has a termset group - MMS1_TG1
MMS2 has a ...
1
vote
2answers
953 views
Sharepoint 2010 Taxonomy: How to set custom term property via central administration?
Using code you have the ability to add custom properties to a TERM.
For example:
Term term = termSet.CreateTerm("ParentTerm", 1029, new Guid("{0368F902-740B-4855-A4A7-FA8F96813CCB}"));
...
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
598 views
Best way to get reference to local (SiteCollection) Term Store Group
I'm trying to hook up some Site Columns (TaxonomyFields) to Term Sets in the the local (SiteCollection) term store. In some cases I may need to actually create the term sets and this code will be ...
1
vote
2answers
2k views
SharePoint 2010 “Tag Cloud Web Part”
Can anyone give me an indication of how the Tag Cloud Web Part actually works, what fields it looks for to generate tags, etc?
I'm quite new to the managed metadata service, so I've fired it up, ...
2
votes
1answer
363 views
What is the difference between a group and a term set in managed metadata services?
I think primarily your most top level item will always be a group.
Once you have a group established you need to add term sets.
So it seems 1 group : (many) term sets (children).
What is the ...
0
votes
2answers
561 views
Where is Taxonomy under site settings sharepoint 2010?
I can't seem to find the entry point to create Taxonomy terms in Sharepoint 2010 under Site Settings. Where is the link in Site Settings?
1
vote
1answer
1k views
how to add a taxonomy field to a list item SP2010?
I am working with a predefined set of Taxonomy data.
When I create a list item, I'm doing this based on a certain content type. I also want to apply taxonomy fields to this list item.
I'm using ...
3
votes
2answers
2k views
Nulling/clearing/updating Managed Metadata TaxonomyFieldValue?
In my recent adventures populating Managed Metadata values (aka TaxonomyFieldValue), I have encountered either a bug, potential oversight, or a substantial erosion of my sanity. In short, it does not ...
0
votes
1answer
442 views
Managed metadata values don't “stick” in Office, but fine in SharePoint
I have a scenario where I'm provisioning a document on the server after collecting some metadata.
Environment is SharePoint 2010 and Office 2010.
The SharePoint list item and file are created ...
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 ...
1
vote
3answers
2k views
Why are Taxonomy Term Stores always empty?
Using the following code I should be able to access the Taxonomy Term Stores:
$site = new-object Microsoft.SharePoint.SPSite("http://localhost")
$session = new-object ...
2
votes
1answer
1k views
Not sure how to programmatically filter by taxonomy metadata in my custom search webpart
I have pages in a pages library on a publishing site which have a managed metadata (taxonomy) field in their content type. I want my custom search webpart to read the taxonomy set on its parent page ...
1
vote
1answer
177 views
SharePoint 2010 Taxonomy and URLs
Can anyone explain if there is a relationship in SharePoint 2010 between the meta data services/taxonomy and the url of list items?
1
vote
2answers
250 views
Question about Displaying Documents and the CQWP in MOSS 2007
My organization is in the process of converting our intranet over to a SharePoint solution. Part of this intranet will be the movement and organization of all our internal documents. Currently, we ...
2
votes
3answers
262 views
How best to handle metadata lookup?
I have a query regarding how I should best handle uploading documents into SharePoint (currently WSS) where the Taxonomy asks for client code for all documents. The problem I have is that we have say ...
