<?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 Attribute Rules - Triggers in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/attribute-rules-triggers/m-p/1715114#M103984</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;I see that when we create an Attribute Rule for Calculation it is possible to select the Triggers (Insert, Update and Delete); however, I don't find this option when creating an Attribute Rule for Validation.&lt;BR /&gt;Is this not an option, or am I missing something?&lt;BR /&gt;&lt;BR /&gt;Is there a work around? Should I change my Validation rule to a Calculation rule instead?&lt;BR /&gt;&lt;BR /&gt;Thanks for any help.&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jul 2026 18:37:15 GMT</pubDate>
    <dc:creator>MaricadiGirolamo</dc:creator>
    <dc:date>2026-07-17T18:37:15Z</dc:date>
    <item>
      <title>Attribute Rules - Triggers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/attribute-rules-triggers/m-p/1715114#M103984</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I see that when we create an Attribute Rule for Calculation it is possible to select the Triggers (Insert, Update and Delete); however, I don't find this option when creating an Attribute Rule for Validation.&lt;BR /&gt;Is this not an option, or am I missing something?&lt;BR /&gt;&lt;BR /&gt;Is there a work around? Should I change my Validation rule to a Calculation rule instead?&lt;BR /&gt;&lt;BR /&gt;Thanks for any help.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2026 18:37:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/attribute-rules-triggers/m-p/1715114#M103984</guid>
      <dc:creator>MaricadiGirolamo</dc:creator>
      <dc:date>2026-07-17T18:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Rules - Triggers</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/attribute-rules-triggers/m-p/1715140#M103986</link>
      <description>&lt;DIV class=""&gt;&lt;SPAN&gt;You are not missing anything! Validation rules don't have triggers because they are &lt;/SPAN&gt;batch-driven they only run when you manually click Evaluate Rules, not during live edits&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;Switch to a Constraint Rule&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;UL class=""&gt;&lt;LI&gt;&lt;SPAN class=""&gt;If you want to block bad edits in real time, use a &lt;STRONG&gt;Constraint Rule&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;These &lt;EM&gt;do&lt;/EM&gt; have Insert and Update triggers and reject bad data instantly&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Keep Validation, but Fake Triggers with Arcade&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;&lt;SPAN class=""&gt;If you want to keep it as a Validation rule but only check updated features, use this Arcade snippet:&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;if ($feature.created_date == $feature.last_edited_date) return true; // Skips new inserts&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN class=""&gt;Calculation rules are built to populate fields, not evaluate errors. Using them for validation can cause database issues.&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 17 Jul 2026 21:10:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/attribute-rules-triggers/m-p/1715140#M103986</guid>
      <dc:creator>JayasriB</dc:creator>
      <dc:date>2026-07-17T21:10:20Z</dc:date>
    </item>
  </channel>
</rss>

