<?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>idea Simple way to quickly pause all attribute rules in Attribute Rules Ideas</title>
    <link>https://community.esri.com/t5/attribute-rules-ideas/simple-way-to-quickly-pause-all-attribute-rules/idi-p/1328764</link>
    <description>&lt;P&gt;It would be great if there was a simple way (button) to pause all attribute rules so that field calculations or other processes can be done.&amp;nbsp; Right now doing any table calculation is extremely slow when there are attribute rules.&amp;nbsp; I have 24 attribute rules in my address point file and in order to pause them I have to stop each one individually which takes a lot of extra time.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Sep 2023 16:29:21 GMT</pubDate>
    <dc:creator>ScottLounsbury</dc:creator>
    <dc:date>2023-09-14T16:29:21Z</dc:date>
    <item>
      <title>Simple way to quickly pause all attribute rules</title>
      <link>https://community.esri.com/t5/attribute-rules-ideas/simple-way-to-quickly-pause-all-attribute-rules/idi-p/1328764</link>
      <description>&lt;P&gt;It would be great if there was a simple way (button) to pause all attribute rules so that field calculations or other processes can be done.&amp;nbsp; Right now doing any table calculation is extremely slow when there are attribute rules.&amp;nbsp; I have 24 attribute rules in my address point file and in order to pause them I have to stop each one individually which takes a lot of extra time.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 16:29:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-ideas/simple-way-to-quickly-pause-all-attribute-rules/idi-p/1328764</guid>
      <dc:creator>ScottLounsbury</dc:creator>
      <dc:date>2023-09-14T16:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Simple way to quickly pause all attribute rules</title>
      <link>https://community.esri.com/t5/attribute-rules-ideas/simple-way-to-quickly-pause-all-attribute-rules/idc-p/1328848#M170</link>
      <description>&lt;P&gt;Thanks for the Idea&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/68922"&gt;@ScottLounsbury&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;This work is under consideration already for a future release!&amp;nbsp; I've updated the Idea status to reflect that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;While this is being considered, I wanted to share a quick python example that will allow you to skip disabling rules one by one.&amp;nbsp; This example is a slightly modified version of an example in the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/disable-attribute-rules.htm" target="_blank" rel="noopener"&gt;disable attribute rules GP tool doc&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;It is not as simple as a button, but it will allow you to use the python window to disable all your rules much faster.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import arcpy
fc = "C:\\MyProject\\MyDatabase.sde\\pro.USER1.Data"
desc = arcpy.Describe(fc).attributeRules
for rule in desc:
    if rule.isEnabled == True:
        print("Disabling rule: {}".format(rule.name))
        arcpy.DisableAttributeRules_management(fc, rule.name)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 19:28:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-ideas/simple-way-to-quickly-pause-all-attribute-rules/idc-p/1328848#M170</guid>
      <dc:creator>SSWoodward</dc:creator>
      <dc:date>2023-09-14T19:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Simple way to quickly pause all attribute rules - Status changed to: Under Consideration</title>
      <link>https://community.esri.com/t5/attribute-rules-ideas/simple-way-to-quickly-pause-all-attribute-rules/idc-p/1328849#M171</link>
      <description />
      <pubDate>Thu, 14 Sep 2023 19:28:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-ideas/simple-way-to-quickly-pause-all-attribute-rules/idc-p/1328849#M171</guid>
      <dc:creator>SSWoodward</dc:creator>
      <dc:date>2023-09-14T19:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Simple way to quickly pause all attribute rules</title>
      <link>https://community.esri.com/t5/attribute-rules-ideas/simple-way-to-quickly-pause-all-attribute-rules/idc-p/1329023#M172</link>
      <description>&lt;P&gt;Glad to hear that this is under consideration.&amp;nbsp; Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 11:16:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-ideas/simple-way-to-quickly-pause-all-attribute-rules/idc-p/1329023#M172</guid>
      <dc:creator>ScottLounsbury</dc:creator>
      <dc:date>2023-09-15T11:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Simple way to quickly pause all attribute rules</title>
      <link>https://community.esri.com/t5/attribute-rules-ideas/simple-way-to-quickly-pause-all-attribute-rules/idc-p/1382710#M207</link>
      <description>&lt;P&gt;Good to hear that this is under consideration. A simple functionality that would help here would be the ability to select multiple rules at once.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 09:27:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-ideas/simple-way-to-quickly-pause-all-attribute-rules/idc-p/1382710#M207</guid>
      <dc:creator>ChaimSchwartzIroads</dc:creator>
      <dc:date>2024-02-15T09:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Simple way to quickly pause all attribute rules</title>
      <link>https://community.esri.com/t5/attribute-rules-ideas/simple-way-to-quickly-pause-all-attribute-rules/idc-p/1398959#M230</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/604859"&gt;@SSWoodward&lt;/a&gt;&amp;nbsp;in an environment where there is multiple editors logged in, would the python script disable rules for them and then would you need to enable the edits for when you are finished?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 12:39:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-ideas/simple-way-to-quickly-pause-all-attribute-rules/idc-p/1398959#M230</guid>
      <dc:creator>PeterHanna</dc:creator>
      <dc:date>2024-03-21T12:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Simple way to quickly pause all attribute rules</title>
      <link>https://community.esri.com/t5/attribute-rules-ideas/simple-way-to-quickly-pause-all-attribute-rules/idc-p/1400382#M234</link>
      <description>&lt;P&gt;I would also like this functionality from Attribute Assistant to be brought over. A simple on/off button so you can do bulk calculations quickly and without potentially firing off unintentional update triggered rules.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 15:26:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-ideas/simple-way-to-quickly-pause-all-attribute-rules/idc-p/1400382#M234</guid>
      <dc:creator>ChelseaRozek</dc:creator>
      <dc:date>2024-03-25T15:26:15Z</dc:date>
    </item>
  </channel>
</rss>

