SharePoint User Group UK

Share the knowledge!

Welcome to SharePoint User Group UK Sign in | Join | Help
in
Home Blogs Forums Photos Files Roller

Link between the unique Id and the TermLabel of metadata

Last post 02-21-2012, 1:18 PM by Cimares. 1 replies.
Sort Posts: Previous Next
  •  02-17-2012, 9:14 AM 28259

    Link between the unique Id and the TermLabel of metadata

    Hi all,
    I would like to ask about connection between the TermLabels and the associated unique id with that Label...my question is how find connection or link between the metadata applied or consumed to a documents and in which table of database do they available?...my requirement is that i need that particular  table by which I can get the information of metadata applied to the particular documents..any help would be appreciated..

    regards;
  •  02-21-2012, 1:18 PM 28292 in reply to 28259

    Re: Link between the unique Id and the TermLabel of metadata

    I'll put this in big letters as it's really important... DO NOT QUERY THE DATABASE DIRECTLY!

    When you use managed metadata within a webs lists and libraries, a local copy is placed in a hidden list in the root web of the Site Collection that you're currently in. You can get to this by appending the url "/Lists/TaxonomyHiddenList/AllItems.aspx" to the root web url.

    Basically when you tag a document or list item with managed metadata, this list is checked for the term to exist. if it doesn't, it's added to this list and then a lookup is attached to the item that you're tagging that points to this item. The unique ID that you see is the ID of the local copy of the tag in this hidden list.

    Hope this helps.

    Paul.

    PS, Just in case it wasn't clear enough, DON'T QUERY THE DATABASE DIRECTLY  8-)

     


    www.myfatblog.co.uk
    twitter.com/@cimares
View as RSS news feed in XML
Powered by Community Server, by Telligent Systems