About the Predefined List of Values Object

The following List_of_Values picklist object comes predefined with Siebel CRM Desktop. It determines the fields to get, the field type, where to query for the language, and it makes the list of values active. It is similar to the Picklist Generic business component in Siebel CRM:

<picklist TypeId='List_Of_Values'
  SrcObjectTypeId='List_Of_Values'
  CollectionTypeFldName='Type'
  ValueFldName='Value'
  LabelFldName='Value'
  LangFldName='Language'>
  <master_filter_expr>
    <![CDATA[
      [Active] = 'Y'
    ]]>
  </master_filter_expr>
</picklist>