<?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: Integrate with other apps Parameters for field app Examples and Guidance in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/integrate-with-other-apps-parameters-for-field-app/m-p/1110433#M38237</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/486546"&gt;@ABishop&lt;/a&gt;&amp;nbsp; I am developing the applications though the browser interface in ArcGIS Online (Feature Service views&amp;gt;&amp;gt;Maps/popups&amp;gt;&amp;gt;Apps. I am testing the app on Android and Apple devices. I do occasionally test in the desktop environment for basic functionality, but the overall functions are different enough in the desktop v the tablet environment that the testing does not go deep.&lt;/P&gt;</description>
    <pubDate>Fri, 22 Oct 2021 21:39:52 GMT</pubDate>
    <dc:creator>DavidRichey</dc:creator>
    <dc:date>2021-10-22T21:39:52Z</dc:date>
    <item>
      <title>Integrate with other apps Parameters for field app Examples and Guidance</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/integrate-with-other-apps-parameters-for-field-app/m-p/1109395#M38168</link>
      <description>&lt;P&gt;As a work-around to not being able to have child tables to the assignments feature layer in Workforce, I have designed a survey linked by a generated GUID (using the uuid() command in the calculate field triggered by relevance if the child survey is initiated). The Assignments layer and related child survey are moved through the workflow by initiating unassigned Workforce assignments in Survey123, assigning them in Workforce Dispatcher view, and then having contractors completed the Assignments by completing a survey where they can see the assignment details in a read-only view, and have a mirrored and extended set of questions to complete about the assignment. Ideally, they would click on a relevent hyperlink to complete the child survey as well. At the moment, the link delivers them to the child survey inbox, but does not open the child survey--leaving the user to visually associate the child survey to the parent by values in the instance name, visible in the inbox.&lt;/P&gt;&lt;P&gt;The documentation for passing parameters to the field app are given on &lt;A title="Integrate with other apps" href="https://doc.arcgis.com/en/survey123/reference/integratewithotherapps.htm" target="_self"&gt;this page&lt;/A&gt;. This behavior is documented in &lt;A title="q:queryparameter URL parameter for Survey123 Windows and iOS" href="https://community.esri.com/t5/arcgis-survey123-questions/q-queryparameter-url-parameter-for-survey123/td-p/1006133" target="_blank" rel="noopener"&gt;this post&lt;/A&gt;, with the best help coming from&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/264105"&gt;@ChelseyAiton2&lt;/a&gt;&amp;nbsp;. Imitating Chelsey's example, I created the following custom URLs:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;a href="arcgis-survey123://?itemID=&amp;lt;child survey item id&amp;gt;&amp;amp;amp;action=edit&amp;amp;amp;folder=inbox&amp;amp;amp;update=true&amp;amp;amp;q:Plant_List_Assignment_ID={${Plant_List_Assignment_ID}}"&amp;gt;Complete Plant Tally&amp;lt;/a&amp;gt;

&amp;lt;a href="arcgis-survey123://?itemID=85d450a8ef5146ada58943ca55e5843a&amp;amp;amp;action=edit&amp;amp;amp;folder=inbox&amp;amp;amp;update=true&amp;amp;amp;filter=Plant_List_Assignment_ID:${Plant_List_Assignment_ID}"&amp;gt;Complete Plant Tally&amp;lt;/a&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I have the ability to reference a created unique id, what parameter key is best to identify and open the child survey? F&lt;SPAN&gt;ilter and q:queryparameter seem the likely suspects, with filer perhaps preferred for offline use (?). Neither works in my testing. The q:queryparameter fails nicely enough in the intended survey inbox. Filter fails altogether with a survey not found error:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="20211020_114856.jpg" style="width: 544px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/25659i9BC26E0EEDF0892B/image-dimensions/544x340?v=v2" width="544" height="340" role="button" title="20211020_114856.jpg" alt="20211020_114856.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Here is the parent table from the child survey with the desired id link displayed.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-10-20 115502.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/25661iB6E60B481AD901F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2021-10-20 115502.png" alt="Screenshot 2021-10-20 115502.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I assume I am getting some element of the syntax wrong--or perhaps the feature does not work as intended.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Any help on getting this workflow and syntax correct greatly appreciated!&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2929"&gt;@IsmaelChivite&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1176"&gt;@CraigGillgrass&lt;/a&gt;&amp;nbsp; any thoughts?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 19:07:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/integrate-with-other-apps-parameters-for-field-app/m-p/1109395#M38168</guid>
      <dc:creator>DavidRichey</dc:creator>
      <dc:date>2021-10-20T19:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate with other apps Parameters for field app Examples and Guidance</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/integrate-with-other-apps-parameters-for-field-app/m-p/1109711#M38210</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/204624"&gt;@DavidRichey&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When creating and testing field apps, my first question is... is this app being tested from the same connection or device used to develop the app?&amp;nbsp; There may be a bug related to a device.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 14:16:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/integrate-with-other-apps-parameters-for-field-app/m-p/1109711#M38210</guid>
      <dc:creator>ABishop</dc:creator>
      <dc:date>2021-10-21T14:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Integrate with other apps Parameters for field app Examples and Guidance</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/integrate-with-other-apps-parameters-for-field-app/m-p/1110433#M38237</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/486546"&gt;@ABishop&lt;/a&gt;&amp;nbsp; I am developing the applications though the browser interface in ArcGIS Online (Feature Service views&amp;gt;&amp;gt;Maps/popups&amp;gt;&amp;gt;Apps. I am testing the app on Android and Apple devices. I do occasionally test in the desktop environment for basic functionality, but the overall functions are different enough in the desktop v the tablet environment that the testing does not go deep.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 21:39:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/integrate-with-other-apps-parameters-for-field-app/m-p/1110433#M38237</guid>
      <dc:creator>DavidRichey</dc:creator>
      <dc:date>2021-10-22T21:39:52Z</dc:date>
    </item>
  </channel>
</rss>

