<?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: How do you enable supportsFieldsToCompare? in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-you-enable-supportsfieldstocompare/m-p/1690431#M43916</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/745832"&gt;@GlenterpriseUK&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I worked with Esri Support and they have logged BUG-000182529 for my issue. They were able to confirm that&amp;nbsp;supportsFieldsToCompare is not functioning correctly for hosted or referenced services in versions 11.1, 11.2, 11.5, and 12.0 even when all prerequisites are met.&lt;/P&gt;&lt;P&gt;The service is returning updates through ExtractChanges when I do not try to use the&amp;nbsp;supportsFieldsToCompare parameter.&lt;/P&gt;</description>
    <pubDate>Fri, 13 Mar 2026 13:42:29 GMT</pubDate>
    <dc:creator>Joshua-Young</dc:creator>
    <dc:date>2026-03-13T13:42:29Z</dc:date>
    <item>
      <title>How do you enable supportsFieldsToCompare?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-you-enable-supportsfieldstocompare/m-p/1677953#M43672</link>
      <description>&lt;P&gt;I am trying to create a webhook that will send an email when the status changed to a specific value. It looks like I need the fieldsToCompare array but the&amp;nbsp;supportsFieldsToCompare property is set to false. I have tried using updateDefinition to change the supportsFieldsToCompare to true but I get this error "&lt;SPAN&gt;Field 'extractChangesCapabilities' cannot be updated."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This involves a hosted feature service on ArcGIS Enterprise 11.5 with Change Tracking enabled and Sync disabled. I have tried with other hosted feature services and the result is the same. Here is part of the service's definition.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;"capabilities": "Query,Create,Update,Delete,Editing,Extract,Uploads,ChangeTracking",
  "xssPreventionInfo": {
    "xssInputRule": "rejectInvalid",
    "xssPreventionRule": "input",
    "xssPreventionEnabled": true
  },
  "supportsAppend": true,
  "supportsDisconnectedEditing": false,
  "maxFieldNameLength": 63,
  "extractChangesCapabilities": {
    "supportsFeatureReturn": true,
    "supportsReturnHasGeometryUpdates": false,
    "supportsLayerQueries": true,
    "supportsReturnAttachments": true,
    "supportsReturnIdsOnly": true,
    "supportsServerGens": true,
    "supportsFieldsToCompare": false,
    "supportsGeometry": true,
    "supportsReturnExtentOnly": true
  },
  "supportedAppendFormats": "featureCollection,featureService,shapefile",
  "serviceAdminOperationsOptions": {
    "deleteFromDefinition": [
      "tables",
      "layers"
    ],
    "addToDefiniton": [
      "tables",
      "layers"
    ],
    "updateDefinition": [
      "initialExtent",
      "preferredTimeReference",
      "GUIDFormat",
      "datumTransformations",
      "xssPreventionInfo",
      "preserveLayerIds",
      "zDefault",
      "serviceDescription",
      "layerOverridesEnabled",
      "allowGeometryUpdates",
      "editorTrackingInfo",
      "canUseTopologicalSortForRelationshipOrdering",
      "copyrightText",
      "description",
      "enableZDefaults",
      "hasStaticData",
      "syncRowsMovedOutsideFilter",
      "maxRecordCount",
      "enforceDefinitionQueryDuringEdit",
      "maxViewsCount",
      "capabilities",
      "supportsBiDirectionalSyncForServer",
      "maxIdsCount"
    ]
  },
  "currentVersion": 11.5,&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2026 21:02:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-you-enable-supportsfieldstocompare/m-p/1677953#M43672</guid>
      <dc:creator>Joshua-Young</dc:creator>
      <dc:date>2026-01-14T21:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do you enable supportsFieldsToCompare?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-you-enable-supportsfieldstocompare/m-p/1690298#M43915</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/313283"&gt;@Joshua-Young&lt;/a&gt;&lt;/P&gt;&lt;P&gt;I just had a brief look at our Rest API Documentation and it looks like:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Support for this parameter is indicated when the service-level &lt;/SPAN&gt;supportsFieldsToCompare&lt;SPAN&gt; property, under &lt;/SPAN&gt;extractChangesCapabilities&lt;SPAN&gt; , is set as &lt;/SPAN&gt;true&lt;SPAN&gt; . This parameter can only be included when &lt;/SPAN&gt;returnUpdates&lt;SPAN&gt; is &lt;/SPAN&gt;true&lt;SPAN&gt; , as only updates are evaluated with this parameter.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://developers.arcgis.com/rest/services-reference/enterprise/extract-changes-feature-service/" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/rest/services-reference/enterprise/extract-changes-feature-service/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I was not able to spot the presence of returnUpdates above.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope the above helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Glen&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2026 18:30:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-you-enable-supportsfieldstocompare/m-p/1690298#M43915</guid>
      <dc:creator>GlenterpriseUK</dc:creator>
      <dc:date>2026-03-12T18:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do you enable supportsFieldsToCompare?</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-you-enable-supportsfieldstocompare/m-p/1690431#M43916</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/745832"&gt;@GlenterpriseUK&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I worked with Esri Support and they have logged BUG-000182529 for my issue. They were able to confirm that&amp;nbsp;supportsFieldsToCompare is not functioning correctly for hosted or referenced services in versions 11.1, 11.2, 11.5, and 12.0 even when all prerequisites are met.&lt;/P&gt;&lt;P&gt;The service is returning updates through ExtractChanges when I do not try to use the&amp;nbsp;supportsFieldsToCompare parameter.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2026 13:42:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-you-enable-supportsfieldstocompare/m-p/1690431#M43916</guid>
      <dc:creator>Joshua-Young</dc:creator>
      <dc:date>2026-03-13T13:42:29Z</dc:date>
    </item>
  </channel>
</rss>

