<?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: Referencing a separate feature service in Survey123?  in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/referencing-a-separate-feature-service-in/m-p/803011#M11318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;- You can email it to &lt;A href="mailto:jhasthorpe@esri.com"&gt;jhasthorpe@esri.com&lt;/A&gt;&amp;nbsp;or attach it to this post&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Oct 2018 03:33:30 GMT</pubDate>
    <dc:creator>JohnathanHasthorpe</dc:creator>
    <dc:date>2018-10-23T03:33:30Z</dc:date>
    <item>
      <title>Referencing a separate feature service in Survey123?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/referencing-a-separate-feature-service-in/m-p/803003#M11310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am creating a survey to assist with environmental regulatory compliance for my client. I would like for&amp;nbsp;survey users to be able to select their location and&amp;nbsp;have&amp;nbsp;the Hydrologic Unit Code (HUC) associated with that area autofill. For example, for the yellow point in the area shown below I want to have 020801060401 automatically fill in a separate field.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="162" src="https://community.esri.com/legacyfs/online/410490_pastedImage_1.png" width="238" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that I can reference the X,Y points from the Geopoint type using the pulldata() function (using pulldata("@geopoint", ${location}, "x"). Is it possible to then intersect that point with&amp;nbsp;another feature service and put the HUC&amp;nbsp;value&amp;nbsp;into my survey?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jun 2018 15:33:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/referencing-a-separate-feature-service-in/m-p/803003#M11310</guid>
      <dc:creator>deleted-user-h0ggridqbMKm</dc:creator>
      <dc:date>2018-06-02T15:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Referencing a separate feature service in Survey123?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/referencing-a-separate-feature-service-in/m-p/803004#M11311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Linnea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using spatial inheritance&amp;nbsp;to populate surveys based on information from another layer is not currently supported in Survey123 out of the box. However, we have added support for custom JavaScript functions (this functionality currently is in beta) and you could use this to achieve&amp;nbsp;what you are wanting to do. Essentially you would need to write a script that would take the survey location and use it to do a spatial query against your HUC layer. Please take a look at the following resource for more information on this functionality:&amp;nbsp;&lt;A class="link-titled" href="https://earlyadopter.esri.com/project/article/item.html?cap=e69ef91f45744b98882c651f7b518eb7&amp;amp;arttypeid={5a8e51ed-4a87-43fe-a67d-2b7829af130f}&amp;amp;artid={D2F0ED6D-1ADC-43EF-8A87-FCCF09381DB3}" title="https://earlyadopter.esri.com/project/article/item.html?cap=e69ef91f45744b98882c651f7b518eb7&amp;amp;arttypeid={5a8e51ed-4a87-43fe-a67d-2b7829af130f}&amp;amp;artid={D2F0ED6D-1ADC-43EF-8A87-FCCF09381DB3}"&gt;Welcome to our Feedback Community&lt;/A&gt;. Of course, some JavaScript skills would be required to implement this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2018 02:23:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/referencing-a-separate-feature-service-in/m-p/803004#M11311</guid>
      <dc:creator>JohnathanHasthorpe</dc:creator>
      <dc:date>2018-06-04T02:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Referencing a separate feature service in Survey123?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/referencing-a-separate-feature-service-in/m-p/803005#M11312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! Even with very limited javascript experience&amp;nbsp;it was easy&amp;nbsp;to edit the functions&amp;nbsp;found&amp;nbsp;in the example to get the functionality I need. It's not displaying quite correctly yet, but is reading the feature service and automatically fills the HUC fields with the correct info based on the X,Y point. This is great!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" height="142" src="https://community.esri.com/legacyfs/online/410576_pastedImage_1.png" width="438" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2018 20:30:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/referencing-a-separate-feature-service-in/m-p/803005#M11312</guid>
      <dc:creator>deleted-user-h0ggridqbMKm</dc:creator>
      <dc:date>2018-06-04T20:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Referencing a separate feature service in Survey123?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/referencing-a-separate-feature-service-in/m-p/803006#M11313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this still a issue that's only fixed in a Beta version? I've been trying to run the pulldata(@javascript) function but it's throwing errors still.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tyler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2018 15:29:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/referencing-a-separate-feature-service-in/m-p/803006#M11313</guid>
      <dc:creator>TylerDunn2</dc:creator>
      <dc:date>2018-10-05T15:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Referencing a separate feature service in Survey123?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/referencing-a-separate-feature-service-in/m-p/803007#M11314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tyler - can you share your survey and JS file. This functionality is working in beta.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 04:01:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/referencing-a-separate-feature-service-in/m-p/803007#M11314</guid>
      <dc:creator>JohnathanHasthorpe</dc:creator>
      <dc:date>2018-10-09T04:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Referencing a separate feature service in Survey123?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/referencing-a-separate-feature-service-in/m-p/803008#M11315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the reply. I've been trying to run it in normal survey123 cause I didn't know if it had been pushed out of beta yet. I'll install the beta version and set it up. Question for you though, If i build a survey in the beta version, can the team in the field access it normally through the Survey123 app or do they need to download a different version?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tyler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 14:20:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/referencing-a-separate-feature-service-in/m-p/803008#M11315</guid>
      <dc:creator>TylerDunn2</dc:creator>
      <dc:date>2018-10-17T14:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Referencing a separate feature service in Survey123?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/referencing-a-separate-feature-service-in/m-p/803009#M11316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tyler&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to clarify&amp;nbsp;- the functionality is in beta. But you can use it in the released version of the app (version 3.0).&lt;/P&gt;&lt;P&gt;It is likely that the error message is not related to the version you are using. Please share your files and I'll take a look.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 22:46:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/referencing-a-separate-feature-service-in/m-p/803009#M11316</guid>
      <dc:creator>JohnathanHasthorpe</dc:creator>
      <dc:date>2018-10-17T22:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Referencing a separate feature service in Survey123?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/referencing-a-separate-feature-service-in/m-p/803010#M11317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What the best way to get all that info over to you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 16:46:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/referencing-a-separate-feature-service-in/m-p/803010#M11317</guid>
      <dc:creator>TylerDunn2</dc:creator>
      <dc:date>2018-10-18T16:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Referencing a separate feature service in Survey123?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/referencing-a-separate-feature-service-in/m-p/803011#M11318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;- You can email it to &lt;A href="mailto:jhasthorpe@esri.com"&gt;jhasthorpe@esri.com&lt;/A&gt;&amp;nbsp;or attach it to this post&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2018 03:33:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/referencing-a-separate-feature-service-in/m-p/803011#M11318</guid>
      <dc:creator>JohnathanHasthorpe</dc:creator>
      <dc:date>2018-10-23T03:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Referencing a separate feature service in Survey123?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/referencing-a-separate-feature-service-in/m-p/803012#M11319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just sent over a zip file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2018 15:48:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/referencing-a-separate-feature-service-in/m-p/803012#M11319</guid>
      <dc:creator>TylerDunn2</dc:creator>
      <dc:date>2018-10-23T15:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: Referencing a separate feature service in Survey123?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/referencing-a-separate-feature-service-in/m-p/803013#M11320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Linnea,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you mind shedding some light on how you accomplished this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to do the exact same thing with HUCs and Ecoregions but can't seem to get my script to work.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 18:21:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/referencing-a-separate-feature-service-in/m-p/803013#M11320</guid>
      <dc:creator>ILoveMap</dc:creator>
      <dc:date>2018-11-07T18:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Referencing a separate feature service in Survey123?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/referencing-a-separate-feature-service-in/m-p/803014#M11321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;I used the example script posted on the page that John Hasthorpe provided above (&lt;A class="link-titled" href="https://earlyadopter.esri.com/project/article/item.html?cap=e69ef91f45744b98882c651f7b518eb7&amp;amp;arttypeid=%7B5a8e51ed-4a87-43fe-a67d-2b7829af130f%7D&amp;amp;artid=%7BD2F0ED6D-1ADC-43EF-8A87-FCCF09381DB3%7D" title="https://earlyadopter.esri.com/project/article/item.html?cap=e69ef91f45744b98882c651f7b518eb7&amp;amp;arttypeid=%7B5a8e51ed-4a87-43fe-a67d-2b7829af130f%7D&amp;amp;artid=%7BD2F0ED6D-1ADC-43EF-8A87-FCCF09381DB3%7D"&gt;Welcome to our Feedback Community&lt;/A&gt;&amp;nbsp;). I modified the associated json file to call the polygon feature services I needed. This process is described in the above link. The example script only works for point features within polygons, so you will have to do more customizing for polygons in polygons. That may be especially complicated because the JavaScript features you can use in the extensions are so limited, as described in the above link. Please let me know if you get a script to work for polygons in polygons! That would be helpful to know.&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Linnea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2018 22:54:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/referencing-a-separate-feature-service-in/m-p/803014#M11321</guid>
      <dc:creator>deleted-user-h0ggridqbMKm</dc:creator>
      <dc:date>2018-11-07T22:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Referencing a separate feature service in Survey123?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/referencing-a-separate-feature-service-in/m-p/803015#M11322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Linnea,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the example script to work using a few different hosted feature layers in the same form. Awesome functionality!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 18:19:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/referencing-a-separate-feature-service-in/m-p/803015#M11322</guid>
      <dc:creator>ILoveMap</dc:creator>
      <dc:date>2018-11-08T18:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Referencing a separate feature service in Survey123?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/referencing-a-separate-feature-service-in/m-p/803016#M11323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I konw, but almost 2 years after the last comment I wish to get that JS to referencing a separate feature service in Survey123. At this moment we are using a JS who's extracting the data from another hosted service and it's working (almost) like a charm. Now our client needs to go offline and guess what… the JS can go that way.&lt;/P&gt;&lt;P&gt;So I tried to get more infos on the link posted by @&lt;A _jive_internal="true" data-userid="247997" data-username="JHasthorpe-esristaff" href="https://community.esri.com/people/JHasthorpe-esristaff"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline; "&gt;Johnathan Hasthorpe&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp; but there again&amp;nbsp;it's going to&amp;nbsp;the general Update to Survey123 Beta Website and can't find the original post.&lt;/P&gt;&lt;P&gt;Can&amp;nbsp;you guys&amp;nbsp;tell me if this JS still&amp;nbsp;out there? Any link to found it? &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Sep 2020 19:13:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/referencing-a-separate-feature-service-in/m-p/803016#M11323</guid>
      <dc:creator>CristianGraf</dc:creator>
      <dc:date>2020-09-12T19:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Referencing a separate feature service in Survey123?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/referencing-a-separate-feature-service-in/m-p/803017#M11324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cristian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The custom JavaScript functionality was released in 3.10. &amp;nbsp;You can see examples of this (including a lookup based on location) by using the 'JavaScript' sample available in the Samples section when creating a new form in Survey123 Connect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2020 17:17:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/referencing-a-separate-feature-service-in/m-p/803017#M11324</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2020-09-14T17:17:40Z</dc:date>
    </item>
  </channel>
</rss>

