<?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 QuickCapture Photo Required Box ReEnabled On Its Own in ArcGIS QuickCapture Questions</title>
    <link>https://community.esri.com/t5/arcgis-quickcapture-questions/quickcapture-photo-required-box-reenabled-on-its/m-p/1080423#M628</link>
    <description>&lt;P&gt;I have modified one of the QuickCapture templates and want to have photos optional for some of the data capture buttons. The problem I have is that when I uncheck the "Photo Required" box and save the QuickCapture project it seems to initially work fine. However, the next day I find that the "photo required" box has rechecked itself overnight and now the project won't take a point unless a photo is taken. Thus I end up taking a lot of photos of the interior of my truck. How do I solve this problem? My experience with JSon is none, so please provide step-by-step details if that is part of the solution.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Jul 2021 18:38:36 GMT</pubDate>
    <dc:creator>RobinHolland</dc:creator>
    <dc:date>2021-07-19T18:38:36Z</dc:date>
    <item>
      <title>QuickCapture Photo Required Box ReEnabled On Its Own</title>
      <link>https://community.esri.com/t5/arcgis-quickcapture-questions/quickcapture-photo-required-box-reenabled-on-its/m-p/1080423#M628</link>
      <description>&lt;P&gt;I have modified one of the QuickCapture templates and want to have photos optional for some of the data capture buttons. The problem I have is that when I uncheck the "Photo Required" box and save the QuickCapture project it seems to initially work fine. However, the next day I find that the "photo required" box has rechecked itself overnight and now the project won't take a point unless a photo is taken. Thus I end up taking a lot of photos of the interior of my truck. How do I solve this problem? My experience with JSon is none, so please provide step-by-step details if that is part of the solution.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jul 2021 18:38:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-quickcapture-questions/quickcapture-photo-required-box-reenabled-on-its/m-p/1080423#M628</guid>
      <dc:creator>RobinHolland</dc:creator>
      <dc:date>2021-07-19T18:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: QuickCapture Photo Required Box ReEnabled On Its Own</title>
      <link>https://community.esri.com/t5/arcgis-quickcapture-questions/quickcapture-photo-required-box-reenabled-on-its/m-p/1080449#M629</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/149408"&gt;@RobinHolland&lt;/a&gt;, please try below steps:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open your QuickCapture project in the web designer &amp;gt; Open the &lt;STRONG&gt;JSON Editor&lt;/STRONG&gt; tool.&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Search and find properties: "minPhotos", "maxPhotos", "required". Now you need to manually edit the values of these properties, for the exact buttons that you want to take an optional photo for. You can double-check which button is which by looking at the value of 'label' property (i.e the name of the button) of each button, and confirm that's the right button to edit.&lt;/LI&gt;&lt;LI&gt;For required photo taken, update the values to be:&lt;BR /&gt;"maxPhotos": 1,&lt;BR /&gt;"minPhotos": 1,&lt;BR /&gt;"required": true&lt;/LI&gt;&lt;LI&gt;For optional photo taken, update the values to be:&lt;BR /&gt;"maxPhotos": 1,&lt;BR /&gt;"minPhotos": 0,&lt;BR /&gt;"required": false&lt;/LI&gt;&lt;LI&gt;Click &lt;STRONG&gt;Done&lt;/STRONG&gt; to end editing, and &lt;STRONG&gt;Save&lt;/STRONG&gt; the project.&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Please give it a try and let me know if it works for you. Or, you are always welcome to share your project with us to take a look (Create an ArcGIS Online group &amp;gt; Invite &lt;STRONG&gt;QCCreator&lt;/STRONG&gt; to that group &amp;gt; Share your QC project with that group).&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mandy&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jul 2021 19:07:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-quickcapture-questions/quickcapture-photo-required-box-reenabled-on-its/m-p/1080449#M629</guid>
      <dc:creator>Mandy_Li</dc:creator>
      <dc:date>2021-07-19T19:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: QuickCapture Photo Required Box ReEnabled On Its Own</title>
      <link>https://community.esri.com/t5/arcgis-quickcapture-questions/quickcapture-photo-required-box-reenabled-on-its/m-p/1081247#M635</link>
      <description>Thank you for the info. I will try to implement this solution today will let you know how it works out.&lt;BR /&gt;Thank you,&lt;BR /&gt;Robin&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Jul 2021 12:27:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-quickcapture-questions/quickcapture-photo-required-box-reenabled-on-its/m-p/1081247#M635</guid>
      <dc:creator>RobinHolland</dc:creator>
      <dc:date>2021-07-21T12:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: QuickCapture Photo Required Box ReEnabled On Its Own</title>
      <link>https://community.esri.com/t5/arcgis-quickcapture-questions/quickcapture-photo-required-box-reenabled-on-its/m-p/1081758#M637</link>
      <description>&lt;P&gt;So far, so good. It saved the new optional photo settings overnight and didn't reset them on me. Thank you for the help!! I have a follow-up question. Since the photo has a min and max value, does QuickCapture allow for taking multiple photos of one point by changing the max value to a number higher than one?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 15:11:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-quickcapture-questions/quickcapture-photo-required-box-reenabled-on-its/m-p/1081758#M637</guid>
      <dc:creator>RobinHolland</dc:creator>
      <dc:date>2021-07-22T15:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: QuickCapture Photo Required Box ReEnabled On Its Own</title>
      <link>https://community.esri.com/t5/arcgis-quickcapture-questions/quickcapture-photo-required-box-reenabled-on-its/m-p/1081805#M638</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/149408"&gt;@RobinHolland&lt;/a&gt;&amp;nbsp;Yes. QuickCapture will support taking multiple photos for one record in this coming August release! Right now the functionality is not there yet (except the JSON properties), but once it's released, you will be using an intuitive UI in Designer to configure this experience. If you would like to try out the new features in this coming release, sign up for our &lt;A href="https://earlyadopter.esri.com/key/arcgisquickcapture%20 " target="_self"&gt;Early Adopter Program&lt;/A&gt;, the beta builds are already there. Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jul 2021 16:22:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-quickcapture-questions/quickcapture-photo-required-box-reenabled-on-its/m-p/1081805#M638</guid>
      <dc:creator>Mandy_Li</dc:creator>
      <dc:date>2021-07-22T16:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: QuickCapture Photo Required Box ReEnabled On Its Own</title>
      <link>https://community.esri.com/t5/arcgis-quickcapture-questions/quickcapture-photo-required-box-reenabled-on-its/m-p/1086666#M647</link>
      <description>&lt;P data-unlink="true"&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/149408"&gt;@RobinHolland&lt;/a&gt;, the multiple photos function is now available in 1.10.190. The photo configuration UI is also updated in &lt;A href="https://www.arcgis.com/apps/quickcapture" target="_self"&gt;Designer&lt;/A&gt;&amp;nbsp;. The original issue is fixed with this 1.10 update, you shouldn't need to manually edit project JSON anymore.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Aug 2021 16:31:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-quickcapture-questions/quickcapture-photo-required-box-reenabled-on-its/m-p/1086666#M647</guid>
      <dc:creator>Mandy_Li</dc:creator>
      <dc:date>2021-08-06T16:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: QuickCapture Photo Required Box ReEnabled On Its Own</title>
      <link>https://community.esri.com/t5/arcgis-quickcapture-questions/quickcapture-photo-required-box-reenabled-on-its/m-p/1086683#M648</link>
      <description>Thank you! I appreciate the follow-up.&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Aug 2021 17:15:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-quickcapture-questions/quickcapture-photo-required-box-reenabled-on-its/m-p/1086683#M648</guid>
      <dc:creator>RobinHolland</dc:creator>
      <dc:date>2021-08-06T17:15:05Z</dc:date>
    </item>
  </channel>
</rss>

