<?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: Max Record Count Not Retaining Change in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/max-record-count-not-retaining-change/m-p/1684033#M43792</link>
    <description>&lt;P&gt;Thank you, Not sure I 100% understand but I think I understand the gist. Is there a step by step guide or video that details how to go about this properly? Is there a better way to get Experience Builder to render more of a layer without changing the Max Record Count?&lt;/P&gt;</description>
    <pubDate>Thu, 12 Feb 2026 17:01:32 GMT</pubDate>
    <dc:creator>FlightDeck</dc:creator>
    <dc:date>2026-02-12T17:01:32Z</dc:date>
    <item>
      <title>Max Record Count Not Retaining Change</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/max-record-count-not-retaining-change/m-p/1683062#M43772</link>
      <description>&lt;P&gt;Hey All,&lt;/P&gt;&lt;P&gt;I recently posted a new Web Experience Map for some internal employees. This map has 2 layers, both consisting completely of polylines. Each Feature has 500K polylines. when I open the map in a browser it only partially loads. If I zoom in on an are that has not loaded it will then display the lines that previously were not rendered, but as soon as I zoom out it returns to not loading that area. From poking around, I gather this may be caused by the Max Record Count being set too low. Currently 2000. I have gone into the REST page for one of the features, opened the admin page. clicked the update option at the bottom and entered&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{"maxRecordCount": 4000}&lt;/PRE&gt;&lt;P&gt;Selected JSON from the drop down and clicked Update Definition I am then presented with a black page that reads&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
 "success": true
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;When I return to the REST page the Max Record Count is still 2000 and the layer on the Web Experience map loads exactly the same.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have I done something incorrect? Is there a better way to solve the issue rather than adjusting Max Record Count?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 15:40:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/max-record-count-not-retaining-change/m-p/1683062#M43772</guid>
      <dc:creator>FlightDeck</dc:creator>
      <dc:date>2026-02-09T15:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Max Record Count Not Retaining Change</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/max-record-count-not-retaining-change/m-p/1683553#M43786</link>
      <description>&lt;P&gt;Yeah making that change as a Rest api update from the admin page is essentially the same as using the arcgis api for python where you go in and update a value for a feature layer using an update dictionary:&lt;/P&gt;&lt;P&gt;updateDict = {'maxRecordCount': 4000, 'capabilities': 'Query,Extract'}&lt;/P&gt;&lt;P&gt;portFL = FeatureLayerCollection.fromitem(portItem)&lt;BR /&gt;print (portItem.title)&lt;BR /&gt;portFL.manager.update_definition(updateDict)&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/python/latest/api-reference/arcgis.features.managers.html#arcgis.features.managers.FeatureLayerManager" target="_blank"&gt;https://developers.arcgis.com/python/latest/api-reference/arcgis.features.managers.html#arcgis.features.managers.FeatureLayerManager&lt;/A&gt;&lt;/P&gt;&lt;P&gt;setting the value here doesn't change anything, it has to be set when the service or feature layer is published. Then if the service is overwritten by say the arcpy sharing module for featureSharing draft:&lt;/P&gt;&lt;P&gt;sddraft.maxRecordCount = 4000&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/sharing/featuresharingdraft-class.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/arcpy/sharing/featuresharingdraft-class.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;it is very frustrating that the 'update definition' does nothing - updating the feature layer definition will change the maxRecordCount for a hosted feature service in 3 places - but not for the feature &lt;EM&gt;&lt;STRONG&gt;service&lt;/STRONG&gt; &lt;/EM&gt;portion itself.&lt;/P&gt;&lt;P&gt;Anyone can feel free to correct me.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 21:57:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/max-record-count-not-retaining-change/m-p/1683553#M43786</guid>
      <dc:creator>DavidColey</dc:creator>
      <dc:date>2026-02-10T21:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Max Record Count Not Retaining Change</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/max-record-count-not-retaining-change/m-p/1684033#M43792</link>
      <description>&lt;P&gt;Thank you, Not sure I 100% understand but I think I understand the gist. Is there a step by step guide or video that details how to go about this properly? Is there a better way to get Experience Builder to render more of a layer without changing the Max Record Count?&lt;/P&gt;</description>
      <pubDate>Thu, 12 Feb 2026 17:01:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/max-record-count-not-retaining-change/m-p/1684033#M43792</guid>
      <dc:creator>FlightDeck</dc:creator>
      <dc:date>2026-02-12T17:01:32Z</dc:date>
    </item>
  </channel>
</rss>

