<?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: Launching Survey 123 with a url from the Workforce Field Map works on iOS but not Android in ArcGIS Workforce Questions</title>
    <link>https://community.esri.com/t5/arcgis-workforce-questions/launching-survey-123-with-a-url-from-the-workforce/m-p/799160#M553</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any update on this? I too am using the pulldata function to query a REST endpoint and some of my users are seeing the same issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Oct 2018 14:50:13 GMT</pubDate>
    <dc:creator>ChrisBlinn1</dc:creator>
    <dc:date>2018-10-15T14:50:13Z</dc:date>
    <item>
      <title>Launching Survey 123 with a url from the Workforce Field Map works on iOS but not Android</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/launching-survey-123-with-a-url-from-the-workforce/m-p/799156#M549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;We are doing a proof of concept with Workforce, Navigator and Survey123 to task sales representatives to&amp;nbsp;visit clients and capture data about them.&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;We use the network analyst VRP to schedule the sales representatives visits to clients and populate the schedule as assignments in workforce.&amp;nbsp;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;We use navigator to assist the sales representative to get to the clients&lt;/LI&gt;&lt;LI&gt;We use Survey123 to record the visit to the client.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the surveys a lot of the questions need to be pre-populated with data from a "master data" layer.&amp;nbsp; We add the layer to the field crew map in workforce and use the Survey123 URL schema to open the survey with its fields pre-populated from the master data by creating a hyperlink in the layer on the webmap.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we use the iOS version of workforce this works great.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Launching Survey123 from Workforce iOS Application works well" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/417831_image.png" /&gt;&amp;nbsp;&amp;nbsp;&lt;IMG alt="Attribute data is transferred" class="image-2 jive-image j-img-original" src="/legacyfs/online/417832_image (1).png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we use the Android verison of workforce it does not show the hyperlink.&amp;nbsp; Note that we are using the same web map.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="No hyperlink is avialable on the field map from Android version of Workforce" class="image-3 jive-image j-img-original" src="/legacyfs/online/417980_image (2).png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone else come across this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. I know that we can launch Survey123 from Workforce directly but then we can only transfer the Location, WorkOrderID and GlobalID across.&amp;nbsp; We need to send quite a bit more. &amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 09:14:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/launching-survey-123-with-a-url-from-the-workforce/m-p/799156#M549</guid>
      <dc:creator>DerckVonck</dc:creator>
      <dc:date>2018-08-03T09:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Launching Survey 123 with a url from the Workforce Field Map works on iOS but not Android</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/launching-survey-123-with-a-url-from-the-workforce/m-p/799157#M550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Derck, thanks for you questions on Workforce.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I replied to your colleague, Deon, over email on this.&amp;nbsp; The summary is that this is a known issue with the Android version of Workforce and is planned for our next major release.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 15:10:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/launching-survey-123-with-a-url-from-the-workforce/m-p/799157#M550</guid>
      <dc:creator>CraigGillgrass</dc:creator>
      <dc:date>2018-08-07T15:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Launching Survey 123 with a url from the Workforce Field Map works on iOS but not Android</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/launching-survey-123-with-a-url-from-the-workforce/m-p/799158#M551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Craig&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are trying to use a workaround by sending the data to survey 123 as a pipe delimited string in the ID field.&amp;nbsp; Using the pulldata function with a javascript extension we can split the string and get the required value out and assign to the field in the survey form.&amp;nbsp; This works great on iOS and some of the Android devices.&amp;nbsp; When we use this on an Android device with os versions less than 6 we get a "Extensions Disabled" message in the survey form fields where we use pulldata.&amp;nbsp; &amp;nbsp;We have searched extensively but cannot find where you would "Enable" the extensions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Derck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2018 13:48:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/launching-survey-123-with-a-url-from-the-workforce/m-p/799158#M551</guid>
      <dc:creator>DerckVonck</dc:creator>
      <dc:date>2018-08-20T13:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Launching Survey 123 with a url from the Workforce Field Map works on iOS but not Android</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/launching-survey-123-with-a-url-from-the-workforce/m-p/799159#M552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Craig&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have further investigated this issue and have now found that this has to do with the role user that is logged in to Survey123.&amp;nbsp; When we use a user with Administrative privileges the javascript code works without any problems.&amp;nbsp; If we login with a normal user we get the "extension disabled" message.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Using pulldata with a javascript function as a non administrative user." class="image-1 jive-image" height="791" src="https://community.esri.com/legacyfs/online/420831_Screenshot_2018-08-30-18-30-18.png" width="445" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking at the log files on the device we can see.&lt;/P&gt;&lt;P&gt;&amp;lt;12&amp;gt;1 2018-08-30T15:57:16Z localhost Survey123forArcGIS 31026 - [AppStudio@11205 category="qml" function="pulldata_javascript" filename="XFormExpression.qml" line="1127"] qml: pulldata_javascript extensions disabled&lt;/P&gt;&lt;P&gt;This is for a user with a user role.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a user with an Administrative role we get the following&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image" height="742" src="https://community.esri.com/legacyfs/online/420833_Screenshot_2018-08-30-18-40-49.png" width="417" /&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;12&amp;gt;1 2018-08-30T16:15:40Z localhost Survey123forArcGIS 9617 - [AppStudio@11205 category="qml" function="pulldata_javascript" filename="XFormExpression.qml" line="1127"] qml: pulldata_javascript extensions disabled&lt;/P&gt;&lt;P&gt;Although here the fields like OutletID and Name of Outlet&amp;nbsp; do display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone else encountered this.&amp;nbsp; We would really like to get this to work so that we can get a POC project to pass successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Derck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2018 16:46:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/launching-survey-123-with-a-url-from-the-workforce/m-p/799159#M552</guid>
      <dc:creator>DerckVonck</dc:creator>
      <dc:date>2018-08-30T16:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Launching Survey 123 with a url from the Workforce Field Map works on iOS but not Android</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/launching-survey-123-with-a-url-from-the-workforce/m-p/799160#M553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any update on this? I too am using the pulldata function to query a REST endpoint and some of my users are seeing the same issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Oct 2018 14:50:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/launching-survey-123-with-a-url-from-the-workforce/m-p/799160#M553</guid>
      <dc:creator>ChrisBlinn1</dc:creator>
      <dc:date>2018-10-15T14:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Launching Survey 123 with a url from the Workforce Field Map works on iOS but not Android</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/launching-survey-123-with-a-url-from-the-workforce/m-p/799161#M554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To clarify, we are seeing this on iOS version 12.0.1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 13:15:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/launching-survey-123-with-a-url-from-the-workforce/m-p/799161#M554</guid>
      <dc:creator>ChrisBlinn1</dc:creator>
      <dc:date>2018-10-16T13:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Launching Survey 123 with a url from the Workforce Field Map works on iOS but not Android</title>
      <link>https://community.esri.com/t5/arcgis-workforce-questions/launching-survey-123-with-a-url-from-the-workforce/m-p/799162#M555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A href="https://community.esri.com/migrated-users/127588"&gt;Christopher Blinn&lt;/A&gt;‌ / &lt;A href="https://community.esri.com/migrated-users/4220"&gt;Derck Vonck&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;It's not an exact match for your workflow but &lt;A _jive_internal="true" href="https://community.esri.com/thread/226822-pulldata-json-to-query-feature-service-with-token"&gt;in this post&lt;/A&gt; I explain how to query a feature service upon opening &lt;A href="https://community.esri.com/group/4077"&gt;Survey123 for ArcGIS&lt;/A&gt;‌, passing in the FacilityID from &lt;A href="https://community.esri.com/group/4364"&gt;Workforce for ArcGIS&lt;/A&gt;‌ and pushing the attributes from the queried featured directly into your survey.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jan 2019 19:19:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workforce-questions/launching-survey-123-with-a-url-from-the-workforce/m-p/799162#M555</guid>
      <dc:creator>AndrewHargreaves2</dc:creator>
      <dc:date>2019-01-07T19:19:46Z</dc:date>
    </item>
  </channel>
</rss>

