<?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 inbox limit? in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-inbox-limit/m-p/816850#M14843</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the info Todd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Oct 2019 22:42:40 GMT</pubDate>
    <dc:creator>ChrisRoberts2</dc:creator>
    <dc:date>2019-10-15T22:42:40Z</dc:date>
    <item>
      <title>Survey123 inbox limit?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-inbox-limit/m-p/816843#M14836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I designed a survey for individuals to inspect insect traps. Each trap will be reinspected on a 21-day cycle. Currently, there are over 1,200 such traps and will likely be more as the season progresses. However, when they go to the inbox on the survey and refresh, only 1,000 records are populated. I know there is a way to filter the list to limit the number of records, but is there a way to increase the apparent limit from 1,000? (Ultimately, they use the map filter when in the field, but need all of the trap locations to refresh.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 17:25:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-inbox-limit/m-p/816843#M14836</guid>
      <dc:creator>ToddFagin</dc:creator>
      <dc:date>2019-06-19T17:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 inbox limit?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-inbox-limit/m-p/816844#M14837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Todd,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 1,000 limit is actually set on the feature layer, this is the default setting when you create a new feature service. You need to modify the max record count of the feature layer if you want to be able to query more than 1,000 records at one time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Jun 2019 11:18:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-inbox-limit/m-p/816844#M14837</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-06-23T11:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 inbox limit?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-inbox-limit/m-p/816845#M14838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Jun 2019 14:47:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-inbox-limit/m-p/816845#M14838</guid>
      <dc:creator>ToddFagin</dc:creator>
      <dc:date>2019-06-23T14:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 inbox limit?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-inbox-limit/m-p/816846#M14839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again for your reply. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I have gone to the following page:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://support.esri.com/en/technical-article/000012383" title="https://support.esri.com/en/technical-article/000012383"&gt;How To: Update the maximum record count for feature services in ArcGIS Online&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, this is for ArcGIS Online and we are using our own Portal. When I go to Update Definition, I only get an input box rather than the full layer definition.&lt;/P&gt;&lt;P&gt;So, using the examples here: &lt;A class="link-titled" href="https://developers.arcgis.com/rest/services-reference/update-definition-feature-layer-.htm#GUID-FB66F6E3-9793-4A4B-9C37-EEF46F30B59E" title="https://developers.arcgis.com/rest/services-reference/update-definition-feature-layer-.htm#GUID-FB66F6E3-9793-4A4B-9C37-EEF46F30B59E"&gt;Update Definition (Feature Layer)—ArcGIS REST API: Services Directory | ArcGIS for Developers&lt;/A&gt;, I tried the following: { "MaxRecordCount" : 5000 } I receive the following error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;PRE&gt;{  "error": {   "code": 500,   "message": "Field 'MaxRecordCount' cannot be updated.",   "details": []  } }&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Jun 2019 15:26:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-inbox-limit/m-p/816846#M14839</guid>
      <dc:creator>ToddFagin</dc:creator>
      <dc:date>2019-06-23T15:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 inbox limit?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-inbox-limit/m-p/816847#M14840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Todd,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure about that error and how to update MaxRecrodCount another wayon Portal if it is not letting you do it via the update definition rest endpoint.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may be a better idea to ask this question directly in the Portal for ArcGIS GeoNet forum, as it is related directly to Portal and feature services, and not Surey123:&amp;nbsp;&lt;A _jive_internal="true" href="https://community.esri.com/community/gis/web-gis/portal-for-arcgis/content"&gt;https://community.esri.com/community/gis/web-gis/portal-for-arcgis/content&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2019 01:44:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-inbox-limit/m-p/816847#M14840</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-06-24T01:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 inbox limit?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-inbox-limit/m-p/816848#M14841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Todd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you ever get a resolution on this?&amp;nbsp; I am hitting the same road blocks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2019 00:47:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-inbox-limit/m-p/816848#M14841</guid>
      <dc:creator>ChrisRoberts2</dc:creator>
      <dc:date>2019-10-10T00:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 inbox limit?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-inbox-limit/m-p/816849#M14842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did. And it was convoluted and honestly don't recall how I eventually figured it out. Nonetheless, I had to do it again, struggled through it by memory, and finally wised up and wrote down my steps. These notes were written for one person in mind (myself), but perhaps they will help you, too. I have removed the service URLs (and if you use a different port, you will need to update that, too, of course), but these are otherwise my notes verbatim:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Go here: https://[server url]:6443/arcgis/admin/ &lt;BR /&gt;2. Generate token for https://[hosted layer url]&lt;BR /&gt;3. Go to https://[server url]:6443/arcgis/admin/ and login with generated token&lt;BR /&gt;4. Once logged in, go to services&lt;BR /&gt;5. Click the correct service&lt;BR /&gt;6. Enter the following URL: https://[hosted layer url]/edit&lt;BR /&gt;7. Change&amp;nbsp;&amp;nbsp; "maxRecordCount": 1000, to another value, e.g.&amp;nbsp;&amp;nbsp; "maxRecordCount": 5000,&lt;BR /&gt;8.&amp;nbsp; Save the edits&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Side note: for step one, you may be able to go directly to https://[server url]/portal/sharing/rest/generateToken to generate the token.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully, my notes will be of use to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Todd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2019 11:08:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-inbox-limit/m-p/816849#M14842</guid>
      <dc:creator>ToddFagin</dc:creator>
      <dc:date>2019-10-10T11:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 inbox limit?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-inbox-limit/m-p/816850#M14843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the info Todd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Much appreciated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2019 22:42:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-inbox-limit/m-p/816850#M14843</guid>
      <dc:creator>ChrisRoberts2</dc:creator>
      <dc:date>2019-10-15T22:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 inbox limit?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-inbox-limit/m-p/1526919#M58699</link>
      <description>&lt;P&gt;This is what I did and it was successful:&lt;/P&gt;&lt;P&gt;Logged into my Enterprise Portal as the owner of the hosted feature service, which is also an administrator login&lt;/P&gt;&lt;P&gt;Found my hosted feature service&lt;/P&gt;&lt;P&gt;Clicked on the &lt;STRONG&gt;View&lt;/STRONG&gt; button at the bottom right, to take me to the Rest end point for the service&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AdministratorWellington_Water_0-1724647841660.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/113435i9BB38EA53419201D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AdministratorWellington_Water_0-1724647841660.png" alt="AdministratorWellington_Water_0-1724647841660.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Added &lt;STRONG&gt;Admin&lt;/STRONG&gt; into the address path:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;A href="https://YOUR" target="_blank"&gt;https://YOUR&lt;/A&gt; PORTAL URL/server/&lt;STRONG&gt;admin&lt;/STRONG&gt;/services/Hosted/NAME OF YOUR SERVICE/FeatureServer&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;scroll to the bottom and click on &lt;STRONG&gt;Update Definition&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Type the following into the box:&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; "maxRecordCount": 5000&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AdministratorWellington_Water_1-1724647841662.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/113436i79295AC49B6F1CFF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AdministratorWellington_Water_1-1724647841662.png" alt="AdministratorWellington_Water_1-1724647841662.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then click on UpdateDefinition&lt;/P&gt;&lt;P&gt;If it succeeds, you should get the following message:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AdministratorWellington_Water_2-1724647841662.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/113437iCF0D51BB676796F0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AdministratorWellington_Water_2-1724647841662.png" alt="AdministratorWellington_Water_2-1724647841662.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2024 04:52:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-inbox-limit/m-p/1526919#M58699</guid>
      <dc:creator>AdministratorWellington_Water</dc:creator>
      <dc:date>2024-08-26T04:52:11Z</dc:date>
    </item>
  </channel>
</rss>

