zoukankan      html  css  js  c++  java
  • How to create Managed Metadata Column

    This article introduce how to create/use managed metadata column from List.

    First, we need to configure metadata service application from Central Administration -> Manage service applications

    1. Click "Managed Metadata Service" and go to Term Store Management Tool page

       If you get an error message, which are "The Managed Metadata Service or Connection is currently not available. The Application Pool or Managed Metadata Web Service may not have been started. Please Contact your Administrator", you can refer to this article for solutions. http://www.cnblogs.com/mystar/p/Configure_Metadata_Service.html

         2.  Right-click [your metadata service] and click "New Group"

      

         3.  Re-name your Group

         4.  You can create new item from your group which you want to add. (You can see picture as below, such as Product as Group, Product Category as Item, Financial Software as sub item)

    Second, go to your site and open your list which you want to create metadata column

    1. Select your list and go to List Setting to create column

       

          2.  Go to Create Column page

        a. Click Create Column, type column name

               b. Select Managed Metadata, you can select "Use a managed term set" or "Customize your term set", in here, we will select "Use a managed term set" and then expand your metadata (COMMENT:  how to use "Customize your term set", I will Share with you later)

               c. If you want to allow multiple values, please select "Allow multiple values" checkbox

        

          3.  Open the list to check the result:

       

    • As I mentioned, we can also use Customize your term set
    1. Go to create column page
    2. Type column name
    3. select "Managed Metadata", and "Customize your term set", then you can re-define its Group name and add new items which you want to.

           

           4. Go to list and check the result:

       

    That OK, hope it works for you!

  • 相关阅读:
    排序算法——堆排序 转载
    排序之冒泡排序
    排序之直接插入排序(Straight Insertion Sort)
    浅谈C++之冒泡排序、希尔排序、快速排序、插入排序、堆排序、基数排序性能对比分析
    插入法==冒泡排序
    排序的算法
    排序]
    Linux下zoopkeeper的安装和启动
    Linux下zoopkeeper的安装和启动
    Linux下切换使用两个版本的JDK
  • 原文地址:https://www.cnblogs.com/mystar/p/Managed_Metadata.html
Copyright © 2011-2022 走看看