<?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 to Implement Custom Triggers or Rules for Attribute Validation in an Enterprise Geodatabase? in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-implement-custom-triggers-or-rules-for/m-p/1570996#M12445</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/6820"&gt;@AZendel&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for pointing that out! You're absolutely correct—older clients like ArcMap can have issues with attribute rules. I've seen this happen too, especially when teams are transitioning to newer workflows but still have some users on legacy systems. Testing in a controlled environment, as you suggested, is a great way to avoid surprises when implementing attribute rules in an enterprise geodatabase. Compatibility checks are key!&lt;BR /&gt;But suggest &lt;SPAN&gt;county GIS team's clients to upgrade&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Dec 2024 17:53:12 GMT</pubDate>
    <dc:creator>InnovationFloor16</dc:creator>
    <dc:date>2024-12-23T17:53:12Z</dc:date>
    <item>
      <title>How to Implement Custom Triggers or Rules for Attribute Validation in an Enterprise Geodatabase?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-implement-custom-triggers-or-rules-for/m-p/1570850#M12434</link>
      <description>&lt;P&gt;How to Implement Custom Triggers or Rules for Attribute Validation in an Enterprise Geodatabase?&lt;BR /&gt;What is the best way to implement such custom validation rules in an enterprise geodatabase while ensuring compatibility with ArcGIS workflows?&lt;/P&gt;</description>
      <pubDate>Sun, 22 Dec 2024 19:42:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-implement-custom-triggers-or-rules-for/m-p/1570850#M12434</guid>
      <dc:creator>InnovationFloor16</dc:creator>
      <dc:date>2024-12-22T19:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to Implement Custom Triggers or Rules for Attribute Validation in an Enterprise Geodatabase?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-implement-custom-triggers-or-rules-for/m-p/1570851#M12435</link>
      <description>&lt;P&gt;&amp;nbsp;ArcGIS attribute rules can handle many validation and calculation tasks. Use calculation rules to update one field based on changes to another.&lt;/P&gt;&lt;P&gt;Example (Arcade Expression):&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;// Automatically set classification based on a threshold&lt;/P&gt;&lt;P&gt;if ($feature.Field1 &amp;gt; 100) { return "High"; }&lt;/P&gt;&lt;P&gt;else if ($feature.Field1 &amp;gt; 50) { return "Medium"; }&lt;/P&gt;&lt;P&gt;else { return "Low"; }&lt;/P&gt;</description>
      <pubDate>Sun, 22 Dec 2024 19:49:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-implement-custom-triggers-or-rules-for/m-p/1570851#M12435</guid>
      <dc:creator>SumitMishra_016</dc:creator>
      <dc:date>2024-12-22T19:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to Implement Custom Triggers or Rules for Attribute Validation in an Enterprise Geodatabase?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-implement-custom-triggers-or-rules-for/m-p/1570993#M12444</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/760068"&gt;@SumitMishra_016&lt;/a&gt;&amp;nbsp;beat me to it. But I will add: if you have older clients connecting to the enterprise geodatabase, attribute rules may prevent them from even reading/selecting the feature class. Our centralized county GIS team still has clients that are using ArcMap. They implemented attribute rules on a feature class in their test EGDB and the ArcMap users couldn't read it. I suggest that you do similar testing.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2024 17:27:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-implement-custom-triggers-or-rules-for/m-p/1570993#M12444</guid>
      <dc:creator>AZendel</dc:creator>
      <dc:date>2024-12-23T17:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to Implement Custom Triggers or Rules for Attribute Validation in an Enterprise Geodatabase?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-implement-custom-triggers-or-rules-for/m-p/1570996#M12445</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/6820"&gt;@AZendel&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for pointing that out! You're absolutely correct—older clients like ArcMap can have issues with attribute rules. I've seen this happen too, especially when teams are transitioning to newer workflows but still have some users on legacy systems. Testing in a controlled environment, as you suggested, is a great way to avoid surprises when implementing attribute rules in an enterprise geodatabase. Compatibility checks are key!&lt;BR /&gt;But suggest &lt;SPAN&gt;county GIS team's clients to upgrade&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2024 17:53:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-implement-custom-triggers-or-rules-for/m-p/1570996#M12445</guid>
      <dc:creator>InnovationFloor16</dc:creator>
      <dc:date>2024-12-23T17:53:12Z</dc:date>
    </item>
  </channel>
</rss>

