Wednesday, March 14, 2012

SharePoint 2010 Managed Metadata Field - Make it work

Turns out that Managed Metadata Field is also not enabled by default just like the Rating column. See my post on how to enable rating column here.

Coming back to Managed Metadata Field.

Enable metadata column using this PowerShell:

Enable-SPFeature -id "73EF14B1-13A9-416b-A9B5-ECECA2B0604C" -url http://<yourspwebappname>

For those who like the old school way, here is the STSADM command for the same:

stsadm -o activatefeature -id 73EF14B1-13A9-416b-A9B5-ECECA2B0604C -url http://<yourspwebappname>

There you go!

No comments: