<?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 Re: Using a feature layer for predictive text and auto-populate in Survey123 Connect in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/using-a-feature-layer-for-predictive-text-and-auto/m-p/1076951#M35787</link>
    <description>&lt;P&gt;You should check out &lt;A href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/pulldatajavascript.htm" target="_self"&gt;using JavaScript functions&lt;/A&gt; in your survey. Pulling a huge list of IDs would probably slow down your survey quite a bit. Take a look at &lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/extending-survey123-smart-forms-with-custom-js-functions/ba-p/898782" target="_self"&gt;some of the other examples&lt;/A&gt; of pulling attributes from a feature service, you may find some helpful tips.&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jul 2021 19:35:16 GMT</pubDate>
    <dc:creator>jcarlson</dc:creator>
    <dc:date>2021-07-08T19:35:16Z</dc:date>
    <item>
      <title>Using a feature layer for predictive text and auto-populate in Survey123 Connect</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/using-a-feature-layer-for-predictive-text-and-auto/m-p/1076942#M35786</link>
      <description>&lt;P&gt;I have a parcel list over 10,000 records in an hosted feature layer.&amp;nbsp; I would like to be able to take that feature layer parcel list and use it for predictive text in the Parcel ID field of my surver123 connect form.&amp;nbsp; I then want subsequent landowner name and address to auto-populate in the form as well based on the parcel ID entered.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jul 2021 19:19:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/using-a-feature-layer-for-predictive-text-and-auto/m-p/1076942#M35786</guid>
      <dc:creator>ZGutknecht</dc:creator>
      <dc:date>2021-07-08T19:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using a feature layer for predictive text and auto-populate in Survey123 Connect</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/using-a-feature-layer-for-predictive-text-and-auto/m-p/1076951#M35787</link>
      <description>&lt;P&gt;You should check out &lt;A href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/pulldatajavascript.htm" target="_self"&gt;using JavaScript functions&lt;/A&gt; in your survey. Pulling a huge list of IDs would probably slow down your survey quite a bit. Take a look at &lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/extending-survey123-smart-forms-with-custom-js-functions/ba-p/898782" target="_self"&gt;some of the other examples&lt;/A&gt; of pulling attributes from a feature service, you may find some helpful tips.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jul 2021 19:35:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/using-a-feature-layer-for-predictive-text-and-auto/m-p/1076951#M35787</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-07-08T19:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Using a feature layer for predictive text and auto-populate in Survey123 Connect</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/using-a-feature-layer-for-predictive-text-and-auto/m-p/1077249#M35800</link>
      <description>&lt;P&gt;Dynamic lookups to a service is coming in 3.13.&amp;nbsp; It is in beta now if you want to try it.&lt;/P&gt;&lt;P&gt;But as posted it would be slow with that many.&amp;nbsp; Plus you would need to be online all the time.&lt;/P&gt;&lt;P&gt;It may be better to have a script that populates a CSV then use linked content to keep it up to date.&amp;nbsp; There are posts on how to do this.&lt;/P&gt;&lt;P&gt;Other option is to use Collector/Field Maps and launch and pass the id from there.&amp;nbsp; Nice to be spatial for finding the correct parcel.&amp;nbsp; You could even use Arcade with Intersect that would auto grab the parcel they are standing on.&amp;nbsp; Way less chance of error.&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jul 2021 14:39:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/using-a-feature-layer-for-predictive-text-and-auto/m-p/1077249#M35800</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2021-07-09T14:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using a feature layer for predictive text and auto-populate in Survey123 Connect</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/using-a-feature-layer-for-predictive-text-and-auto/m-p/1081342#M36043</link>
      <description>&lt;P&gt;Sorry if you were already aware of this, but I just wanted to make sure that you saw this note in the "Dynamic choice lists" post in the early adopter community:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;STRONG&gt;&lt;U&gt;&lt;EM&gt;Important:&lt;/EM&gt;&lt;/U&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;All ArcGIS layers have a&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;maxRecordCount&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;setting that determines the maximum number of features that can be returned in a single query. This can have&amp;nbsp;implications on the number of choices that will be populated in a choice list, especially when the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;search()&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;appearance is used without any other search parameters (ie only the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;tableName&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;parameter is specified - you want all features to be loaded as choices). For example, if the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;maxRecordCount&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;setting is 2,000, but the layer has 5,000 features, the resulting choice list will only contain a maximum of 2,000 choices. Using search parameters (&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;searchType, searchColumn, searchText&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;) helps reduce the impact of the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;maxRecordCount&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;setting by reducing the number of query results, but in some circumstances you may need to increase this value. This&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://support.esri.com/en/technical-article/000012383" target="_blank" rel="noopener"&gt;Tech Support article&amp;nbsp;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;shows how to update the&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;maxRecordCount&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;value.&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I think that the linked content approach that &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/16421"&gt;@DougBrowning&lt;/a&gt;&amp;nbsp;recommended is probably the best approach. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 15:06:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/using-a-feature-layer-for-predictive-text-and-auto/m-p/1081342#M36043</guid>
      <dc:creator>DerrickWestoby</dc:creator>
      <dc:date>2021-07-21T15:06:49Z</dc:date>
    </item>
  </channel>
</rss>

