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
2
votes
2answers
941 views
Apply metadata based on query string or selected value in page control
When a user uploads/creates a document into my document library, i need to be able to apply a metadata tag to the document either from the URL query string or from the value selected in some web-part ...
9
votes
2answers
3k views
How do I connect with SharePoint Online Web Services in order to access list and taxonomy data?
I am using the SharePoint SOAP web services to try collecting list and taxonomy data from a site on SharePoint Online.
The following code works nicely when connected to a standalone SharePoint farm. ...
3
votes
6answers
2k views
Is it possible to synchronize managed metadata term store across dev-test-prod?
Using the managed metadata service with SharePoint 2010, is it possible to synchronize term sets across different farms (or to export an existing term set to CSV so it can be imported on another ...
2
votes
4answers
433 views
Use custom columns with Content Query Web Part
I'm trying to use custom metadata columns with the Content Query Web Part. I finally figured out that I apparently needed to export the .webpart xml file, edit it and then import it as a new web part.
...
2
votes
2answers
2k views
Is there a way to filter a CQWP or DVWP using Metadata column values?
I have a SharePoint 2010 list containing a metadata column.
Is there a way to filter list values on a data view web part or a Content query web part using the metadata values?
For example: I have ...
0
votes
1answer
175 views
Programmatically configure the values included in a managed metadata property
I've got a managed metadata property in PowerShell:
Get-SPEnterpriseSearchMetadataManagedProperty
Looking on MSDN I can't decide which property's responsible for the UI equivalent of "Include values ...
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
694 views
Key Field list filter on plain text field in SP2010
In Sharepoint 2010, I have a document library, with a mixture of managed metadata, choice, date/time and text fields.
I am using the new metadata navigation settings in 2010 to display a navigation ...