<pickerConfig>

  <templates>

<!--
***************************************************
        Personalization
***************************************************
-->
    <template name="users" typedVariableType="4">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=users"/>
        <tab name="search" path="/components/picker3/search/search_bridge.jsp?templateName=users"/>
      </tabs>
      <autocomplete name="users" />
    </template>

    <template name="deactivatedUsers" typedVariableType="4">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=deactivated_users"/>
      </tabs>
    </template>

    <template name="groups" typedVariableType="5">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=groups"/>
        <tab name="search" path="/components/picker3/search/search_bridge.jsp?templateName=groups"/>
      </tabs>
      <autocomplete name="groups" />
    </template>

    <template name="groupTypes" typedVariableType="41">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=groupTypes"/>
      </tabs>
    </template>

    <template name="people" typedVariableType="27">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=people"/>
        <tab name="search" path="/components/picker3/search/search_bridge.jsp?templateName=people"/>
      </tabs>
      <autocomplete name="people" />
    </template>

    <template name="email_recipients" typedVariableType="35">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=people"/>
        <tab name="search" path="/components/picker3/search/search_bridge.jsp?templateName=people"/>
      </tabs>
      <autocomplete name="email_recipients" />
    </template>

    <template name="departments" typedVariableType="5">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=departments"/>
        <tab name="search" path="/components/picker3/search/search_bridge.jsp?templateName=departments"/>
      </tabs>
      <autocomplete name="departments" />
    </template>

    <template name="teams" typedVariableType="5">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=teams"/>
        <tab name="search" path="/components/picker3/search/search_bridge.jsp?templateName=teams"/>
      </tabs>
      <autocomplete name="teams" />
    </template>

    <template name="departments_and_teams" typedVariableType="5">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=departments_and_teams"/>
      </tabs>
      <autocomplete name="departments_and_teams" />
    </template>

    <template name="assignees" extends="people">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=assignees"/>
      </tabs>
      <autocomplete name="assignees" />
    </template>

    <template name="assignees_with_task" extends="people">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=assignees_with_task"/>
      </tabs>
      <autocomplete name="assignees_with_task" />
    </template>

<!--
***************************************************
        Collaboration
        These pickers will return the collab id. Use these pickers when using the
        CollabAPI (i.e. DocumentService, FolderService, KnowledgeCenterService and CommunityService).
        https://wiki.appian.com/index.php/ContentService_SOP#Content_IDs
***************************************************
-->
    <template name="documents" typedVariableType="13">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=documents"/>
        <tab name="search" path="/components/picker3/search/search_bridge.jsp?templateName=documents"/>
      </tabs>
      <autocomplete name="documents" />
    </template>
    <template name="collab_folders" typedVariableType="12">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=folders_old_id"/>
        <tab name="search" path="/components/picker3/search/search_bridge.jsp?templateName=folders_old_id"/>
      </tabs>
      <autocomplete name="folders_old_id" />
    </template>
    <template name="collab_knowledge_centers" typedVariableType="19">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=kcs_old_id"/>
        <tab name="search" path="/components/picker3/search/search_bridge.jsp?templateName=kcs_old_id"/>
      </tabs>
      <autocomplete name="kcs_old_id" />
    </template>
    <template name="collab_communities" typedVariableType="20">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=communities_old_id"/>
        <tab name="search" path="/components/picker3/search/search_bridge.jsp?templateName=communities_old_id"/>
      </tabs>
      <autocomplete name="communities_old_id" />
    </template>
    <template name="collab_documents_and_folders" typedVariableType="28">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=content_old_id"/>
        <tab name="search" path="/components/picker3/search/search_bridge.jsp?templateName=content_old_id"/>
      </tabs>
      <autocomplete name="content_old_id" />
    </template>
<!--
***************************************************
        Content
        These pickers will return the content id. Use these pickers when using the ContentService.
        https://wiki.appian.com/index.php/ContentService_SOP#Content_IDs
***************************************************
-->
    <template name="content_folders" typedVariableType="12">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=folders"/>
        <tab name="search" path="/components/picker3/search/search_bridge.jsp?templateName=folders"/>
      </tabs>
      <autocomplete name="folders" />
    </template>
    <template name="content_knowledge_centers" typedVariableType="19">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=knowledge_centers"/>
        <tab name="search" path="/components/picker3/search/search_bridge.jsp?templateName=knowledge_centers"/>
      </tabs>
      <autocomplete name="knowledge_centers" />
    </template>
    <template name="content_folders_and_kcs" typedVariableType="12">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=folders_and_kcs"/>
      </tabs>
      <autocomplete name="folders_and_kcs" />
    </template>
    <template name="content_communities" typedVariableType="20">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=communities"/>
        <tab name="search" path="/components/picker3/search/search_bridge.jsp?templateName=communities"/>
      </tabs>
      <autocomplete name="communities" />
    </template>
    <template name="content_admin_communities" typedVariableType="20">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=admincommunities"/>
      </tabs>
    </template>
    <template name="content_deactivated_communities" typedVariableType="20">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=deactivatedcommunities"/>
      </tabs>
    </template>
<!--
***************************************************
        Rules
***************************************************
-->
    <template name="rules" typedVariableType="36">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=rules"/>
        <tab name="search" path="/components/picker3/search/search_bridge.jsp?templateName=rules"/>
      </tabs>
      <autocomplete name="rules" />
    </template>
    <template name="interfaces" typedVariableType="36">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=interfaces"/>
        <tab name="search" path="/components/picker3/search/search_bridge.jsp?templateName=interfaces"/>
      </tabs>
      <autocomplete name="interfaces" />
    </template>
    <template name="constants" typedVariableType="40">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=constants"/>
        <tab name="search" path="/components/picker3/search/search_bridge.jsp?templateName=constants"/>
      </tabs>
      <autocomplete name="constants" />
    </template>
    <template name="rules_folders" typedVariableType="12">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=rules_folders"/>
        <tab name="search" path="/components/picker3/search/search_bridge.jsp?templateName=rules_folders"/>
      </tabs>
      <autocomplete name="rules_folders" />
    </template>
    <template name="integrations" typedVariableType="250">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=integrations"/>
        <tab name="search" path="/components/picker3/search/search_bridge.jsp?templateName=integrations"/>
      </tabs>
      <autocomplete name="integrations" />
    </template>
    <template name="ai-skill-doc-classifications" typedVariableType="308">
      <autocomplete name="ai-skill-doc-classifications" />
    </template>
    <template name="ai-skill-email-classifications" typedVariableType="308">
      <autocomplete name="ai-skill-email-classifications" />
    </template>
    <template name="ai-skill-doc-extractions" typedVariableType="308">
      <autocomplete name="ai-skill-doc-extractions" />
    </template>
    <template name="ai-skill-generative-ai" typedVariableType="308">
      <autocomplete name="ai-skill-generative-ai" />
    </template>
    <template name="ai_skill_advanced_idp_tools" typedVariableType="308">
      <autocomplete name="ai_skill_advanced_idp_tools" />
    </template>
    <template name="doris" typedVariableType="304">
      <autocomplete name="doris" />
    </template>
    <template name="robotic-tasks" typedVariableType="310">
      <autocomplete name="robotic-tasks" />
    </template>

<!--
***************************************************
        Process
***************************************************
-->
    <template name="process_model_folders" typedVariableType="200">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=process_model_folders"/>
      </tabs>
    </template>
    <template name="process_models" typedVariableType="23">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=process_models"/>
        <tab name="search" path="/components/picker3/search/search_bridge.jsp?templateName=process_models"/>
      </tabs>
    </template>
    <template name="processes" typedVariableType="22">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=processes"/>
        <tab name="search" path="/components/picker3/search/search_bridge.jsp?templateName=processes"/>
      </tabs>
    </template>
    <template name="message_destinations" typedVariableType="33">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=message_destinations"/>
        <tab name="search" path="/components/picker3/search/search_bridge.jsp?templateName=message_destinations"/>
      </tabs>
    </template>
    <!-- Used only when simplifiedSendMessageEvent feature flag is on -->
    <template name="message_destinations_deprecated" typedVariableType="33">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=message_destinations_deprecated"/>
        <tab name="search" path="/components/picker3/search/search_bridge.jsp?templateName=message_destinations_deprecated"/>
      </tabs>
    </template>
    <template name="message_property_containers" typedVariableType="33">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=message_property_containers"/>
        <tab name="search" path="/components/picker3/search/search_bridge.jsp?templateName=message_property_containers"/>
      </tabs>
    </template>

<!--
***************************************************
        Portal
***************************************************
-->
    <template name="portal_pages" typedVariableType="15">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=portal_pages"/>
        <tab name="search" path="/components/picker3/search/search_bridge.jsp?templateName=portal_pages"/>
      </tabs>
    </template>

    <template name="links_channel_folders" typedVariableType="201">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=links_channel_folders"/>
      </tabs>
    </template>

<!--
***************************************************
        Discussions
***************************************************
-->
    <template name="forums" typedVariableType="16">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=forums"/>
        <tab name="search" path="/components/picker3/search/search_bridge.jsp?templateName=forums"/>
      </tabs>
    </template>
    <template name="topics" typedVariableType="17">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=topics"/>
      </tabs>
    </template>
    <template name="messages" typedVariableType="18">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=messages"/>
      </tabs>
    </template>

<!--
***************************************************
        Others
***************************************************
-->

    <template name="uddi_registry" typedVariableType="3">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=uddi_registry"/>
      </tabs>
    </template>

    <template name="datatypes" typedVariableType="80">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=datatypes"/>
      </tabs>
      <autocomplete name="data_type" />
    </template>

    <template name="datatypesCustom" typedVariableType="80">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=datatypesCustom"/>
      </tabs>
      <autocomplete name="datatypesCustom" />
    </template>

    <template name="datatypesCustom_IncludeHidden" typedVariableType="80">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=datatypesCustom_IncludeHidden"/>
      </tabs>
      <autocomplete name="datatypesCustom_IncludeHidden" />
    </template>

    <template name="datatypesRecordType" typedVariableType="80">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=datatypesRecordType"/>
      </tabs>
      <autocomplete name="datatypesRecordType" />
    </template>

    <template name="datatypesRecordOrPrimitiveType" typedVariableType="80">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=datatypesRecordOrPrimitiveType"/>
      </tabs>
      <autocomplete name="datatypesRecordOrPrimitiveType" />
    </template>

    <template name="allDatatypesOrRecordTypes" typedVariableType="80">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=allDatatypesOrRecordTypes"/>
      </tabs>
        <autocomplete name="allDatatypesOrRecordTypes" />
    </template>

    <template name="datatypesForDataTypeDesigner" typedVariableType="80">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=datatypesForDataTypeDesigner"/>
      </tabs>
      <autocomplete name="datatypesForDataTypeDesigner" />
    </template>

    <template name="dataStores" typedVariableType="82">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=dataStores"/>
      </tabs>
    </template>

    <template name="entities" typedVariableType="81">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=entities"/>
      </tabs>
    </template>

    <template name="tempoFeeds" typedVariableType="87">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=tempoFeeds"/>
      </tabs>
    </template>

    <template name="recordTypes" typedVariableType="30">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=recordTypes"/>
      </tabs>
    </template>

    <template name="applications" typedVariableType="86">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=applications"/>
      </tabs>
    </template>

    <template name="sites" typedVariableType="236">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=sites"/>
      </tabs>
    </template>

    <template name="tempoReport" typedVariableType="208">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=tempoReport"/>
      </tabs>
    </template>

    <template name="taskReport" typedVariableType="218">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=taskReport"/>
      </tabs>
    </template>

    <template name="connectedSystems" typedVariableType="256">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=connectedSystems"/>
      </tabs>
    </template>
<!--
***************************************************
        Deprecated.
        These pickers are deprecated as of Appian 6.0 and will be removed in a posterior release.

        Use the suggested pickers, example, instead of "foldersNew" use "contentFolders".
        "foldersNew"             -> "content_folders"
        "knowledge_centersNew"   -> "content_knowledge_centers"
        "folders_and_kcs"        -> "content_folder_and_kcs"
        "communitiesNew"         -> "content_communities"
        "admincommunities"       -> "content_admin_communities"
        "deactivatedcommunities" -> "content_deactivated_communities"
        "content"                -> "collab_documents_and_folders"
        "folders"                -> "collab_folders"
        "knowledge_centers"      -> "collab_knowledge_centers"
        "communities"            -> "collab_communities"

***************************************************
-->
    <template name="foldersNew" typedVariableType="12">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=folders"/>
        <tab name="search" path="/components/picker3/search/search_bridge.jsp?templateName=folders"/>
      </tabs>
      <autocomplete name="folders" />
    </template>
    <template name="knowledge_centersNew" typedVariableType="19">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=knowledge_centers"/>
        <tab name="search" path="/components/picker3/search/search_bridge.jsp?templateName=knowledge_centers"/>
      </tabs>
      <autocomplete name="knowledge_centers" />
    </template>
    <template name="folders_and_kcs" typedVariableType="12">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=folders_and_kcs"/>
      </tabs>
      <autocomplete name="folders_and_kcs" />
    </template>
    <template name="communitiesNew" typedVariableType="20">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=communities"/>
        <tab name="search" path="/components/picker3/search/search_bridge.jsp?templateName=communities"/>
      </tabs>
      <autocomplete name="communities" />
    </template>
    <template name="admincommunities" typedVariableType="20">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=admincommunities"/>
      </tabs>
    </template>
    <template name="deactivatedcommunities" typedVariableType="20">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=deactivatedcommunities"/>
      </tabs>
    </template>
    <template name="content" typedVariableType="28">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=content_old_id"/>
        <tab name="search" path="/components/picker3/search/search_bridge.jsp?templateName=content_old_id"/>
      </tabs>
      <autocomplete name="content_old_id" />
    </template>
    <template name="folders" typedVariableType="12">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=folders_old_id"/>
        <tab name="search" path="/components/picker3/search/search_bridge.jsp?templateName=folders_old_id"/>
      </tabs>
      <autocomplete name="folders_old_id" />
    </template>
    <template name="knowledge_centers" typedVariableType="19">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=kcs_old_id"/>
        <tab name="search" path="/components/picker3/search/search_bridge.jsp?templateName=kcs_old_id"/>
      </tabs>
      <autocomplete name="kcs_old_id" />
    </template>
    <template name="communities" typedVariableType="20">
      <tabs>
        <tab name="browse" path="/components/picker3/browse/browse_bridge.jsp?templateName=communities_old_id"/>
        <tab name="search" path="/components/picker3/search/search_bridge.jsp?templateName=communities_old_id"/>
      </tabs>
      <autocomplete name="communities_old_id" />
    </template>
  </templates>
</pickerConfig>
