Tags
#sp #SP2010NL 3D AJAX ASP.Net CAML Cloud CodePlex CSS Document Sets Dynamics CRM FAST 2010 Forms Based Authentication InfoPath JavaScript jQuery Managed Metadata MOSS Object Model Search SharePoint Designer 2010 SharePoint Profile System Silverlight soccerino SP2010 Visual Studio 2010 Word Automation Workflow XSLTArchives
-
RSS Links
Tag Archives: Managed Metadata
Term Store management option missing in Site Collection settings
3 comments
When you don’t see the Term Store Management option in your site collection settings: A hidden web application feature is probably not activated. You can activate it through PowerShell or stsadm: Enable-SPFeature -id “73EF14B1-13A9-416b-A9B5-ECECA2B0604C” -Url <Site-URL> stsadm -o activatefeature -id 73EF14B1-13A9-416b-A9B5-ECECA2B0604C -url http://<url> -force Bookmark to:
Set default value on a Managed Metadata field through code