<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic eSearch combo boxes in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-combo-boxes/m-p/806522#M5852</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3101"&gt;Robert Scheitlin, GISP&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;Is there a way to use different web services to fill up my combo boxes? Predefined and letting them load dynamically takes too long. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/180404_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Feb 2016 17:40:46 GMT</pubDate>
    <dc:creator>RudoDuncan</dc:creator>
    <dc:date>2016-02-10T17:40:46Z</dc:date>
    <item>
      <title>eSearch combo boxes</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-combo-boxes/m-p/806522#M5852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/3101"&gt;Robert Scheitlin, GISP&lt;/A&gt;​&lt;/P&gt;&lt;P&gt;Is there a way to use different web services to fill up my combo boxes? Predefined and letting them load dynamically takes too long. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/180404_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 17:40:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-combo-boxes/m-p/806522#M5852</guid>
      <dc:creator>RudoDuncan</dc:creator>
      <dc:date>2016-02-10T17:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch combo boxes</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-combo-boxes/m-p/806523#M5853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rudo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I am not sure have predefined could take to long but your three option are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Unique values (as you mentioned with 2 million records this is not recommended).&lt;/LI&gt;&lt;LI&gt;Build predefined lists&lt;/LI&gt;&lt;LI&gt;Do the work on the ArcGIS Desktop side of adding coded value domains for this data. Domains will automatically provide a dropdown list in the widget.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short of that you would need to hire a developer to modify the widget to create a dropdown list from a ArcGIS Server query of a field which in turn is exactly what option 1 is doing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 18:43:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-combo-boxes/m-p/806523#M5853</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-02-10T18:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch combo boxes</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-combo-boxes/m-p/806524#M5854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah ok, predefined takes long for the fact that I have to type in all of the records (there are a lot). Also, when new entries are added I will have to go back and put them in manually. I wanted something that can reading directly from the web service or SQL database table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 18:53:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-combo-boxes/m-p/806524#M5854</guid>
      <dc:creator>RudoDuncan</dc:creator>
      <dc:date>2016-02-10T18:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch combo boxes</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-combo-boxes/m-p/806525#M5855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rudo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; That is what option 1 does but you are working with millions of records so the time it takes to process unique values... It is what it is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you really need those millions of records? Why not provide a definition query that will limit the data to the last several months or something?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2016 18:59:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-combo-boxes/m-p/806525#M5855</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-02-10T18:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: eSearch combo boxes</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-combo-boxes/m-p/806526#M5856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll try that. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 17:43:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/esearch-combo-boxes/m-p/806526#M5856</guid>
      <dc:creator>RudoDuncan</dc:creator>
      <dc:date>2016-02-11T17:43:49Z</dc:date>
    </item>
  </channel>
</rss>

