<?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: Quick Capture Comment Box in ArcGIS QuickCapture Questions</title>
    <link>https://community.esri.com/t5/arcgis-quickcapture-questions/quick-capture-comment-box/m-p/368242#M261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue was that the user had not created the fields they wanted to update in the feature service. As long as the field exists in the layer, then you can follow the guidance in the documentation:&amp;nbsp;&lt;A class="link-titled" href="https://doc.arcgis.com/en/quickcapture/help/editproject.htm#ESRI_SECTION1_6A5AEF47CBD7434387ED74694681A130" title="https://doc.arcgis.com/en/quickcapture/help/editproject.htm#ESRI_SECTION1_6A5AEF47CBD7434387ED74694681A130"&gt;Configure a project—QuickCapture | Documentation&lt;/A&gt;&amp;nbsp;or&amp;nbsp;&lt;A href="https://community.esri.com/community/arcgis-quickcapture/blog/2019/10/06/understanding-user-inputs-in-arcgis-quickcapture"&gt;https://community.esri.com/community/arcgis-quickcapture/blog/2019/10/06/understanding-user-inputs-in-arcgis-quickcapture&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you need any help with 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>Fri, 17 Jan 2020 11:46:20 GMT</pubDate>
    <dc:creator>JohnathanHasthorpe</dc:creator>
    <dc:date>2020-01-17T11:46:20Z</dc:date>
    <item>
      <title>Quick Capture Comment Box</title>
      <link>https://community.esri.com/t5/arcgis-quickcapture-questions/quick-capture-comment-box/m-p/368233#M252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have added the comment box in Quick Capture, I am able to write the comment in the box but I can not find the comment after capturing it.&amp;nbsp; Please let me know how.&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;Flavia Magalhaes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2019 20:21:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-quickcapture-questions/quick-capture-comment-box/m-p/368233#M252</guid>
      <dc:creator>Magalhaes_Flavia</dc:creator>
      <dc:date>2019-11-04T20:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Capture Comment Box</title>
      <link>https://community.esri.com/t5/arcgis-quickcapture-questions/quick-capture-comment-box/m-p/368234#M253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The culprit is likely incorrect JSON syntax.&lt;/P&gt;&lt;P&gt;Have you followed instructions at: &lt;A href="https://community.esri.com/community/arcgis-quickcapture/blog/2019/10/06/understanding-user-inputs-in-arcgis-quickcapture"&gt;https://community.esri.com/community/arcgis-quickcapture/blog/2019/10/06/understanding-user-inputs-in-arcgis-quickcapture&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you post your JSON so we can look at it?&lt;/P&gt;&lt;P&gt;Are you running the latest version of QuickCapture?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2019 21:25:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-quickcapture-questions/quick-capture-comment-box/m-p/368234#M253</guid>
      <dc:creator>IsmaelChivite</dc:creator>
      <dc:date>2019-11-04T21:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Capture Comment Box</title>
      <link>https://community.esri.com/t5/arcgis-quickcapture-questions/quick-capture-comment-box/m-p/368235#M254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"fieldInfos": [&lt;BR /&gt; {&lt;BR /&gt; "fieldName": "Status",&lt;BR /&gt; "value": "Severe"&lt;BR /&gt; },&lt;BR /&gt; {&lt;BR /&gt; "fieldName": "Comments",&lt;BR /&gt; "value": "${userInput:myUserInput}"&lt;BR /&gt; }&lt;BR /&gt; ],&lt;BR /&gt; "id": "e3067246-7395-49de-8e28-02e66ef8dd16",&lt;BR /&gt; "key": null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It shows the comment box after Severe is collected&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/472446_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my Layer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/472447_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/472457_pastedImage_3.png" /&gt;&lt;/P&gt;&lt;P&gt;Besides the Delete Button I see number in brackets I am assuming they are the comments.&amp;nbsp; But I do not know how to see the comments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flavia Magalhaes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2019 14:01:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-quickcapture-questions/quick-capture-comment-box/m-p/368235#M254</guid>
      <dc:creator>Magalhaes_Flavia</dc:creator>
      <dc:date>2019-11-05T14:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Capture Comment Box</title>
      <link>https://community.esri.com/t5/arcgis-quickcapture-questions/quick-capture-comment-box/m-p/368236#M255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. Please share your project with the user QCCreator so we can have a look.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2019 14:12:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-quickcapture-questions/quick-capture-comment-box/m-p/368236#M255</guid>
      <dc:creator>IsmaelChivite</dc:creator>
      <dc:date>2019-11-05T14:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Capture Comment Box</title>
      <link>https://community.esri.com/t5/arcgis-quickcapture-questions/quick-capture-comment-box/m-p/368237#M256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure how to do that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2019 14:39:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-quickcapture-questions/quick-capture-comment-box/m-p/368237#M256</guid>
      <dc:creator>Magalhaes_Flavia</dc:creator>
      <dc:date>2019-11-05T14:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Capture Comment Box</title>
      <link>https://community.esri.com/t5/arcgis-quickcapture-questions/quick-capture-comment-box/m-p/368238#M257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - Create a group and share your project and layers with it. Then invite QCCreator to join the group.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2019 03:50:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-quickcapture-questions/quick-capture-comment-box/m-p/368238#M257</guid>
      <dc:creator>JohnathanHasthorpe</dc:creator>
      <dc:date>2019-11-06T03:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Capture Comment Box</title>
      <link>https://community.esri.com/t5/arcgis-quickcapture-questions/quick-capture-comment-box/m-p/368239#M258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am limited to share my layers, is it possible that you help me out just by letting me know how to see the comments that were made in quick capture? Do I have to add another field in the attribute table? Not sure how to visualize it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please and thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flavia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Nov 2019 12:51:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-quickcapture-questions/quick-capture-comment-box/m-p/368239#M258</guid>
      <dc:creator>Magalhaes_Flavia</dc:creator>
      <dc:date>2019-11-06T12:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Capture Comment Box</title>
      <link>https://community.esri.com/t5/arcgis-quickcapture-questions/quick-capture-comment-box/m-p/368240#M259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - In your example, there needs to be a field in the layer called Comments (if not you will need to create it), this is where the value will be written to. You can view the layer and fields in the ArcGIS Online Map Viewer, by viewing the attribute table.&amp;nbsp;You can launch the map viewer by clicking the View Results option on the project in the designer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="472899" class="image-1 jive-image" height="308" src="https://community.esri.com/legacyfs/online/472899_pastedImage_1.png" width="254" /&gt;&lt;/P&gt;&lt;P&gt;If the value is not being written to captured records, then c&lt;SPAN style="background-color: #ffffff;"&gt;ould you email me your project JSON and I'll take a look (&lt;A href="mailto:jhasthorpe@esri.com"&gt;jhasthorpe@esri.com&lt;/A&gt;)?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2019 13:05:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-quickcapture-questions/quick-capture-comment-box/m-p/368240#M259</guid>
      <dc:creator>JohnathanHasthorpe</dc:creator>
      <dc:date>2019-11-08T13:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Capture Comment Box</title>
      <link>https://community.esri.com/t5/arcgis-quickcapture-questions/quick-capture-comment-box/m-p/368241#M260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Was there a resolution to this? I have run into the same problem and have looked into all of the data fields available in the Map Viewer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2020 23:04:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-quickcapture-questions/quick-capture-comment-box/m-p/368241#M260</guid>
      <dc:creator>AndrewNguyen</dc:creator>
      <dc:date>2020-01-14T23:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Capture Comment Box</title>
      <link>https://community.esri.com/t5/arcgis-quickcapture-questions/quick-capture-comment-box/m-p/368242#M261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue was that the user had not created the fields they wanted to update in the feature service. As long as the field exists in the layer, then you can follow the guidance in the documentation:&amp;nbsp;&lt;A class="link-titled" href="https://doc.arcgis.com/en/quickcapture/help/editproject.htm#ESRI_SECTION1_6A5AEF47CBD7434387ED74694681A130" title="https://doc.arcgis.com/en/quickcapture/help/editproject.htm#ESRI_SECTION1_6A5AEF47CBD7434387ED74694681A130"&gt;Configure a project—QuickCapture | Documentation&lt;/A&gt;&amp;nbsp;or&amp;nbsp;&lt;A href="https://community.esri.com/community/arcgis-quickcapture/blog/2019/10/06/understanding-user-inputs-in-arcgis-quickcapture"&gt;https://community.esri.com/community/arcgis-quickcapture/blog/2019/10/06/understanding-user-inputs-in-arcgis-quickcapture&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you need any help with 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>Fri, 17 Jan 2020 11:46:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-quickcapture-questions/quick-capture-comment-box/m-p/368242#M261</guid>
      <dc:creator>JohnathanHasthorpe</dc:creator>
      <dc:date>2020-01-17T11:46:20Z</dc:date>
    </item>
  </channel>
</rss>

