<?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: Survey123 has been submitted, but then requires approval in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-has-been-submitted-but-then-requires/m-p/1097995#M37159</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a similar need for approvals but for daily accomplishments over a 2 week time period.&lt;/P&gt;&lt;P&gt;So the approver needs to do a batch approval rather than review each entry and approve one at a time. I understand there is a widget for batch attribute changes but&amp;nbsp; as far as I can tell requires a mapped based selection for editing attributes. I would need a query based selection for a specific user and date range for the supervisor to then approve in bulk.&amp;nbsp; Supervisor could review individual entries if need be, but I foresee them scanning these and wanting to do a bulk approval (attribute change).&lt;/P&gt;&lt;P&gt;Any ideas on we might accomplish this since the data isn't mapped just a flat table of entries?&lt;/P&gt;&lt;P&gt;Steve Harouff&lt;/P&gt;&lt;P&gt;WVDOF GIS Manager&lt;/P&gt;</description>
    <pubDate>Tue, 14 Sep 2021 12:48:12 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2021-09-14T12:48:12Z</dc:date>
    <item>
      <title>Survey123 has been submitted, but then requires approval</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-has-been-submitted-but-then-requires/m-p/1027025#M32491</link>
      <description>&lt;P&gt;Hi, I've seen a somewhat related posting to this, but not quite. I've got a Survey123 form with submissions made entirely over the web. Is there a work flow where after the web hook notification the submission can viewed on the web for "final approval/submission"? I'm thinking some sort of 2-stage submission process, but I'm struggling to wrap my head around an easy solution using one hosted feature class. Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 00:09:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-has-been-submitted-but-then-requires/m-p/1027025#M32491</guid>
      <dc:creator>AndrewPriest</dc:creator>
      <dc:date>2021-02-16T00:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 has been submitted, but then requires approval</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-has-been-submitted-but-then-requires/m-p/1027141#M32497</link>
      <description>&lt;P&gt;We actually do something very much like this, but a bit more complex. A simple two-step process is easy to achieve, especially if you use &lt;STRONG&gt;layer views&lt;/STRONG&gt;. So let's say you have a layer of "Form Submissions", here's what you do:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;On the main data layer, create a field "Approved", which defaults to "No".&lt;OL&gt;&lt;LI&gt;Make sure this field is hidden from the Survey form.&lt;/LI&gt;&lt;LI&gt;For data integrity, I'd suggest making this an integer field, default to 0, then &lt;A href="https://doc.arcgis.com/en/arcgis-online/manage-data/define-attribute-lists-and-ranges.htm" target="_self"&gt;create a list&lt;/A&gt; to define 0 = No, 1 = Yes&lt;/LI&gt;&lt;LI&gt;If you're on AGOL (or you're reading this when a later version of Portal has this ability), make this attribute &lt;STRONG&gt;non-editable &lt;/STRONG&gt;so that users cannot inadvertently edit this field, should the layer be opened outside of Survey123.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="jcarlson_1-1613482292767.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/6125i7FEF498AF86050B2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jcarlson_1-1613482292767.png" alt="jcarlson_1-1613482292767.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;From the main layer, publish a &lt;A href="https://doc.arcgis.com/en/arcgis-online/manage-data/create-hosted-views.htm" target="_self"&gt;hosted view layer&lt;/A&gt;, call it something like "Form Approvals".&lt;/LI&gt;&lt;LI&gt;Go into the new view, and &lt;A href="https://doc.arcgis.com/en/arcgis-online/manage-data/set-view-definition.htm" target="_self"&gt;set the view definition&lt;/A&gt;.&lt;OL&gt;&lt;LI&gt;You may have other fields you wish to use here, but at the very least, include the statement "Approved = No"&lt;/LI&gt;&lt;LI&gt;This ensures the person doing approvals only sees features needing their approval&lt;/LI&gt;&lt;LI&gt;Change the field settings on "Approved" to make it editable in this view. Note that it will tell you the properties are &lt;EM&gt;Overridden&lt;/EM&gt;. That's what we want!&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="jcarlson_0-1613482224955.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/6124i6B6CA78E92586EA7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jcarlson_0-1613482224955.png" alt="jcarlson_0-1613482224955.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Now use the new view layer to create some map, app, or inbox-enabled survey, then share those items with the user who is to do the approving.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;There are many ways to accomplish the final step. Our approving users wanted something very straightforward, so we brought the view layer into a dashboard list. Selection in the list filtered the Details element and the Embedded Content.&lt;/P&gt;&lt;P&gt;The embedded content is a very bare-bones Survey123 form, which only exposes the &lt;STRONG&gt;Approved&lt;/STRONG&gt; field for change. We've been using this for over a year now, with virtually no issues. Hope it helps you!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jcarlson_2-1613482961219.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/6126i09821C74256AEBDA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jcarlson_2-1613482961219.png" alt="jcarlson_2-1613482961219.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Feb 2021 13:42:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-has-been-submitted-but-then-requires/m-p/1027141#M32497</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-02-16T13:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 has been submitted, but then requires approval</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-has-been-submitted-but-then-requires/m-p/1097995#M37159</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a similar need for approvals but for daily accomplishments over a 2 week time period.&lt;/P&gt;&lt;P&gt;So the approver needs to do a batch approval rather than review each entry and approve one at a time. I understand there is a widget for batch attribute changes but&amp;nbsp; as far as I can tell requires a mapped based selection for editing attributes. I would need a query based selection for a specific user and date range for the supervisor to then approve in bulk.&amp;nbsp; Supervisor could review individual entries if need be, but I foresee them scanning these and wanting to do a bulk approval (attribute change).&lt;/P&gt;&lt;P&gt;Any ideas on we might accomplish this since the data isn't mapped just a flat table of entries?&lt;/P&gt;&lt;P&gt;Steve Harouff&lt;/P&gt;&lt;P&gt;WVDOF GIS Manager&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 12:48:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-has-been-submitted-but-then-requires/m-p/1097995#M37159</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-09-14T12:48:12Z</dc:date>
    </item>
  </channel>
</rss>

