<?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: Contingent Values not filtering in web clients when feature service uses string-coded domains — works in Pro but not Map Viewer or Experience Buil in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/contingent-values-not-filtering-in-web-clients/m-p/1719231#M44501</link>
    <description>&lt;P&gt;I guess the difference is we are not using the Portal configuration (we are using the Hybrid ArcGIS Server for hosting and adding those feature services into AGOL via REST end points). Maybe version 12.x fixes this?&lt;/P&gt;&lt;P&gt;Hoping someone out there has some insight they can share...?&lt;/P&gt;</description>
    <pubDate>Fri, 07 Aug 2026 13:59:19 GMT</pubDate>
    <dc:creator>DavidEvans5</dc:creator>
    <dc:date>2026-08-07T13:59:19Z</dc:date>
    <item>
      <title>Contingent Values not filtering in web clients when feature service uses string-coded domains — works in Pro but not Map Viewer or Experience Builder</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/contingent-values-not-filtering-in-web-clients/m-p/1718301#M44483</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;I'm working with a feature service published through ArcGIS Server and consumed in ArcGIS Online, and I'm experiencing an issue where contingent values are correctly configured and functioning in ArcGIS Pro but are not filtering correctly in any web client — including Map Viewer, Field Maps on iPad, and Experience Builder.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;ArcGIS Pro (3.13)&lt;/LI&gt;&lt;LI&gt;ArcGIS Server (11.5)&amp;nbsp; / ArcGIS Online&lt;/LI&gt;&lt;LI&gt;Clients tested: Map Viewer (new), Field Maps (iPad), Experience Builder&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Setup:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Feature class stored in a SQL-based Enterprise Geodatabase&lt;/LI&gt;&lt;LI&gt;Two fields involved in the contingent value relationship: WO_Category (parent) and WO_WorkType (child)&lt;/LI&gt;&lt;LI&gt;Both fields are &lt;STRONG&gt;String type&lt;/STRONG&gt; with &lt;STRONG&gt;string-coded value domains&lt;/STRONG&gt; (i.e. the domain codes are strings such as "DRAINAGE DITCH" rather than integers)&lt;/LI&gt;&lt;LI&gt;A field group has been created containing both fields with the &lt;STRONG&gt;Restrict&lt;/STRONG&gt; option enabled&lt;/LI&gt;&lt;LI&gt;Contingent value combinations are fully defined for all valid Category → Work Type pairings&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Behavior in ArcGIS Pro:&lt;/STRONG&gt;&lt;BR /&gt;Works correctly. When editing a feature directly in Pro, selecting a value in WO_Category immediately filters the WO_WorkType dropdown to show only the valid contingent values for that category.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Behavior in web clients:&lt;/STRONG&gt;&lt;BR /&gt;Does not filter. All Work Type values are displayed regardless of which Category is selected. This occurs in:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;A brand new web map (ruling out form configuration or widget issues)&lt;/LI&gt;&lt;LI&gt;Field Maps on iPad&lt;/LI&gt;&lt;LI&gt;Experience Builder Edit widget&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;Troubleshooting already performed:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Verified contingent values published correctly by querying the REST endpoint (/FeatureServer/QueryContingentValues) — the contingentValues section is present and all contingency pairs are valid integer index pairs referencing the string dictionary. No boolean or malformed values present.&lt;/LI&gt;&lt;LI&gt;Confirmed all Category → Work Type combinations are correctly defined in the contingent value table in Pro.&lt;/LI&gt;&lt;LI&gt;Confirmed the field group has &lt;STRONG&gt;Restrict&lt;/STRONG&gt; enabled.&lt;/LI&gt;&lt;LI&gt;Removed special characters from all domain code and description strings and republished — no change in behavior.&lt;/LI&gt;&lt;LI&gt;Tested in a completely fresh web map with no form configuration, Arcade expressions, or widget customization — contingent values still do not filter.&lt;/LI&gt;&lt;LI&gt;Confirmed the feature service REST endpoint returns a well-structured contingentValueSets response with all combinations correctly represented as integer index pairs.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;Current hypothesis:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Based on the troubleshooting above, we believe the issue may be related to the fact that both fields use &lt;STRONG&gt;string-coded domains&lt;/STRONG&gt; rather than integer-coded domains. The REST endpoint encodes contingency pairs as integer indices into a string dictionary regardless of the underlying domain code type — and our hypothesis is that the web client's contingent value evaluation logic may be failing to resolve the mapping correctly when the underlying domain codes are strings rather than integers, even though the published JSON appears structurally valid.&lt;/P&gt;&lt;P&gt;We are planning to rebuild both domains using integer codes to test this hypothesis, but before committing to that work we wanted to check:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Is string-coded domain support for contingent values in published feature services a &lt;STRONG&gt;known limitation&lt;/STRONG&gt; of ArcGIS Server / ArcGIS Online web clients?&lt;/LI&gt;&lt;LI&gt;Is there any &lt;STRONG&gt;documented workaround&lt;/STRONG&gt; that would allow string-coded domains to work with contingent values in web clients without requiring a full domain rebuild?&lt;/LI&gt;&lt;LI&gt;Has anyone else encountered this specific combination (string fields + string-coded domains + contingent values) and found a resolution?&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Any guidance from Esri staff or community members who have encountered this would be greatly appreciated. Happy to provide the full REST endpoint JSON output if that would help diagnose further.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2026 15:16:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/contingent-values-not-filtering-in-web-clients/m-p/1718301#M44483</guid>
      <dc:creator>DavidEvans5</dc:creator>
      <dc:date>2026-08-04T15:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Contingent Values not filtering in web clients when feature service uses string-coded domains — works in Pro but not Map Viewer or Experience Buil</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/contingent-values-not-filtering-in-web-clients/m-p/1718338#M44484</link>
      <description>&lt;P&gt;My guess is because its an SDE referenced feature layer.&amp;nbsp; I have contingent values in a 12.x Portal-hosted feature layer that supports and Invasive Species field map where both Species Name and Species Category are both coded-value string domains and that works across Pro attribute editor, webmap edit form, field map form....&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2026 16:30:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/contingent-values-not-filtering-in-web-clients/m-p/1718338#M44484</guid>
      <dc:creator>DavidColey</dc:creator>
      <dc:date>2026-08-04T16:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Contingent Values not filtering in web clients when feature service uses string-coded domains — works in Pro but not Map Viewer or Experience Buil</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/contingent-values-not-filtering-in-web-clients/m-p/1719231#M44501</link>
      <description>&lt;P&gt;I guess the difference is we are not using the Portal configuration (we are using the Hybrid ArcGIS Server for hosting and adding those feature services into AGOL via REST end points). Maybe version 12.x fixes this?&lt;/P&gt;&lt;P&gt;Hoping someone out there has some insight they can share...?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Aug 2026 13:59:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/contingent-values-not-filtering-in-web-clients/m-p/1719231#M44501</guid>
      <dc:creator>DavidEvans5</dc:creator>
      <dc:date>2026-08-07T13:59:19Z</dc:date>
    </item>
  </channel>
</rss>

