<?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: Link from ArcMap to a submitted Survey123 form in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/link-from-arcmap-to-a-submitted-survey123-form/m-p/1050194#M34075</link>
    <description>&lt;P&gt;Half of the fields get populated.&lt;/P&gt;&lt;P&gt;The field that has the error is a 256 character string field, and the value is 3/4"; so, wouldn't think it's a formatting issue.&amp;nbsp; There is another 256 character string field that has that same value in it, and it loads &amp;amp; populates without issues.&lt;/P&gt;</description>
    <pubDate>Thu, 22 Apr 2021 17:28:59 GMT</pubDate>
    <dc:creator>JasonCyphers</dc:creator>
    <dc:date>2021-04-22T17:28:59Z</dc:date>
    <item>
      <title>Link from ArcMap to a submitted Survey123 form</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/link-from-arcmap-to-a-submitted-survey123-form/m-p/1050073#M34063</link>
      <description>&lt;P&gt;Is there a way to hyperlink to an already submitted Survey123 form, from ArcMap, so that edits can be made to the survey form?&lt;/P&gt;&lt;P&gt;Field users use Survey123 to submit a request to engineering to review something, which places a point in ArcMap.&amp;nbsp; Once Engineering reviews the point in ArcMap, I'd like to include a hyperlink script that would allow ArcMap users to utilize the hyperlink tool to reopen the already submitted Survey123 form, to be able to enter a response... similar to how one would open a survey from 'Sent' or 'Inbox' in the Survey123 app.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 13:44:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/link-from-arcmap-to-a-submitted-survey123-form/m-p/1050073#M34063</guid>
      <dc:creator>JasonCyphers</dc:creator>
      <dc:date>2021-04-22T13:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Link from ArcMap to a submitted Survey123 form</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/link-from-arcmap-to-a-submitted-survey123-form/m-p/1050116#M34066</link>
      <description>&lt;P&gt;Sure, you can link out to a webform for the submitted response.&amp;nbsp; Check out this blog:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-web-form-url-parameters/ba-p/894722" target="_blank"&gt;https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-web-form-url-parameters/ba-p/894722&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The section: "Edit existing records and opening surveys in view-only mode (mode)" will be most relevant for you.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 15:21:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/link-from-arcmap-to-a-submitted-survey123-form/m-p/1050116#M34066</guid>
      <dc:creator>Andrew-Bowne</dc:creator>
      <dc:date>2021-04-22T15:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Link from ArcMap to a submitted Survey123 form</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/link-from-arcmap-to-a-submitted-survey123-form/m-p/1050178#M34070</link>
      <description>&lt;P&gt;Great, thanks!&lt;/P&gt;&lt;P&gt;I entered to following into the hyperlink script of the feature in ArcMap:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;Function OpenLink ([globalid])&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;Dim path&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;Dim objShell&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;path = "&lt;A href="https://survey123.arcgis.com/share/" target="_blank" rel="noopener"&gt;https://survey123.arcgis.com/share/&lt;/A&gt;&lt;EM&gt;surveyid&lt;/EM&gt;?portalUrl=https://&lt;EM&gt;my_company's_portal_website&lt;/EM&gt;&amp;amp;mode=edit&amp;amp;globalid="&amp;amp;[globalid]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;Set objShell = CreateObject("Shell.Application")&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;objShell.ShellExecute path, "", "", "open", 1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;End Function&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Finally got it to open the Survey123 web form; however, when that link opens, I get:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JasonCyphers_0-1619110825451.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/11562i87CD499256BBE028/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JasonCyphers_0-1619110825451.png" alt="JasonCyphers_0-1619110825451.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;and none of the attribute information submitted by the previous person is populated.&lt;/P&gt;&lt;P&gt;Looking at the URL in the web browser, it appears correct.&amp;nbsp; The record's globalid is, in fact, at the end of the URL string.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 17:03:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/link-from-arcmap-to-a-submitted-survey123-form/m-p/1050178#M34070</guid>
      <dc:creator>JasonCyphers</dc:creator>
      <dc:date>2021-04-22T17:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Link from ArcMap to a submitted Survey123 form</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/link-from-arcmap-to-a-submitted-survey123-form/m-p/1050181#M34071</link>
      <description>&lt;P&gt;Check your syntax in your URL - I believe it is cAsE SeNsItiVE....&amp;nbsp;&lt;/P&gt;&lt;P&gt;you have "globalid=".&amp;nbsp; I think it needs to be: "globalId="&amp;nbsp; (Capital "I" in "Id")&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 17:06:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/link-from-arcmap-to-a-submitted-survey123-form/m-p/1050181#M34071</guid>
      <dc:creator>Andrew-Bowne</dc:creator>
      <dc:date>2021-04-22T17:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Link from ArcMap to a submitted Survey123 form</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/link-from-arcmap-to-a-submitted-survey123-form/m-p/1050189#M34073</link>
      <description>&lt;P&gt;That did it!&lt;/P&gt;&lt;P&gt;Getting closer, but now I'm getting an error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JasonCyphers_0-1619111875898.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/11563i8D56A7EBE55768C1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JasonCyphers_0-1619111875898.png" alt="JasonCyphers_0-1619111875898.png" /&gt;&lt;/span&gt;and the field name and value that its supposed to contain is listed.&lt;/P&gt;&lt;P&gt;And, every field after that one is blank as well (almost like Survey123 went field by field, populating it with the values previously entered; but, when it got to that field, it errored out and just stopped.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 17:19:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/link-from-arcmap-to-a-submitted-survey123-form/m-p/1050189#M34073</guid>
      <dc:creator>JasonCyphers</dc:creator>
      <dc:date>2021-04-22T17:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Link from ArcMap to a submitted Survey123 form</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/link-from-arcmap-to-a-submitted-survey123-form/m-p/1050192#M34074</link>
      <description>&lt;P&gt;Does that happen with every one of your survey responses (the points collected) or just one in particular?&amp;nbsp; It sounds like maybe the value does not fit the field length or maybe it has the wrong datatype?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 17:26:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/link-from-arcmap-to-a-submitted-survey123-form/m-p/1050192#M34074</guid>
      <dc:creator>Andrew-Bowne</dc:creator>
      <dc:date>2021-04-22T17:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Link from ArcMap to a submitted Survey123 form</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/link-from-arcmap-to-a-submitted-survey123-form/m-p/1050194#M34075</link>
      <description>&lt;P&gt;Half of the fields get populated.&lt;/P&gt;&lt;P&gt;The field that has the error is a 256 character string field, and the value is 3/4"; so, wouldn't think it's a formatting issue.&amp;nbsp; There is another 256 character string field that has that same value in it, and it loads &amp;amp; populates without issues.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 17:28:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/link-from-arcmap-to-a-submitted-survey123-form/m-p/1050194#M34075</guid>
      <dc:creator>JasonCyphers</dc:creator>
      <dc:date>2021-04-22T17:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Link from ArcMap to a submitted Survey123 form</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/link-from-arcmap-to-a-submitted-survey123-form/m-p/1050196#M34076</link>
      <description>&lt;P&gt;Is the problematic field name a reserved word? You could try removing that field from your survey for testing purposes and see if that fixes the problem.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 17:32:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/link-from-arcmap-to-a-submitted-survey123-form/m-p/1050196#M34076</guid>
      <dc:creator>Andrew-Bowne</dc:creator>
      <dc:date>2021-04-22T17:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Link from ArcMap to a submitted Survey123 form</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/link-from-arcmap-to-a-submitted-survey123-form/m-p/1050201#M34077</link>
      <description>&lt;P&gt;the attribute field with the error is called "bypass_size".&amp;nbsp; I deleted the field and everything worked fine.&amp;nbsp; I created a new field called "size_of_bypass", and it caused the same error.&amp;nbsp; I even tried entering a value other than 3/4", and it still caused an error.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 17:41:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/link-from-arcmap-to-a-submitted-survey123-form/m-p/1050201#M34077</guid>
      <dc:creator>JasonCyphers</dc:creator>
      <dc:date>2021-04-22T17:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: Link from ArcMap to a submitted Survey123 form</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/link-from-arcmap-to-a-submitted-survey123-form/m-p/1050205#M34078</link>
      <description>&lt;P&gt;try creating two new fields "BP_SIZE" and "BYPASS_SZ".&amp;nbsp; See if either or both of them work.&amp;nbsp; I wonder if that is somehow a reserved word.&amp;nbsp; This might help determine that.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 17:44:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/link-from-arcmap-to-a-submitted-survey123-form/m-p/1050205#M34078</guid>
      <dc:creator>Andrew-Bowne</dc:creator>
      <dc:date>2021-04-22T17:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Link from ArcMap to a submitted Survey123 form</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/link-from-arcmap-to-a-submitted-survey123-form/m-p/1050206#M34079</link>
      <description>&lt;P&gt;Oddly enough, the field type, in Survey123, was select_one.&amp;nbsp; I changed it to a text field and manually typed 3/4" in, and it didn't have any errors.&amp;nbsp; I then changed it to a select_multiple field, and that worked as well.&lt;/P&gt;&lt;P&gt;Really confused as to why select_one will not work.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 17:46:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/link-from-arcmap-to-a-submitted-survey123-form/m-p/1050206#M34079</guid>
      <dc:creator>JasonCyphers</dc:creator>
      <dc:date>2021-04-22T17:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Link from ArcMap to a submitted Survey123 form</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/link-from-arcmap-to-a-submitted-survey123-form/m-p/1050210#M34080</link>
      <description>&lt;P&gt;select_one should provide a choice list.&amp;nbsp; select_multiple should as well.&amp;nbsp; Do you have a list you are choosing from?&lt;/P&gt;&lt;P&gt;Odd that one works and not the other.&amp;nbsp; You might want to open a ticket with Esri Support and I bet they will be able to troubleshoot further with you.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 17:50:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/link-from-arcmap-to-a-submitted-survey123-form/m-p/1050210#M34080</guid>
      <dc:creator>Andrew-Bowne</dc:creator>
      <dc:date>2021-04-22T17:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Link from ArcMap to a submitted Survey123 form</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/link-from-arcmap-to-a-submitted-survey123-form/m-p/1050214#M34081</link>
      <description>&lt;P&gt;Correct.&amp;nbsp; Both the select_one and select_multiple are looking at the exact same list choices.&lt;/P&gt;&lt;P&gt;I have another select_multiple question in the survey that is looking at the same list choices as well.&amp;nbsp; Never had any issues with that one, which is what made me try to change the select_one I was having issues with.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 17:54:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/link-from-arcmap-to-a-submitted-survey123-form/m-p/1050214#M34081</guid>
      <dc:creator>JasonCyphers</dc:creator>
      <dc:date>2021-04-22T17:54:23Z</dc:date>
    </item>
  </channel>
</rss>

