<?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 Change field of existing attribute rule in Attribute Rules Ideas</title>
    <link>https://community.esri.com/t5/attribute-rules-ideas/change-field-of-existing-attribute-rule/idi-p/1149243</link>
    <description>&lt;P&gt;When an attribute rules is saved, it's Field value becomes read-only:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_1-1646162135375.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/35269i378EBE3DF2A61A37/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bud_1-1646162135375.png" alt="Bud_1-1646162135375.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;It would be helpful if the field could be changed — even for existing attribute rules.&lt;/P&gt;</description>
    <pubDate>Wed, 02 Mar 2022 08:33:27 GMT</pubDate>
    <dc:creator>Bud</dc:creator>
    <dc:date>2022-03-02T08:33:27Z</dc:date>
    <item>
      <title>Change field of existing attribute rule</title>
      <link>https://community.esri.com/t5/attribute-rules-ideas/change-field-of-existing-attribute-rule/idi-p/1149243</link>
      <description>&lt;P&gt;When an attribute rules is saved, it's Field value becomes read-only:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_1-1646162135375.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/35269i378EBE3DF2A61A37/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bud_1-1646162135375.png" alt="Bud_1-1646162135375.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;It would be helpful if the field could be changed — even for existing attribute rules.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 08:33:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-ideas/change-field-of-existing-attribute-rule/idi-p/1149243</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2022-03-02T08:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Change field of existing attribute rule</title>
      <link>https://community.esri.com/t5/attribute-rules-ideas/change-field-of-existing-attribute-rule/idc-p/1149460#M42</link>
      <description>&lt;P&gt;That would be good, yes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As a workaround, you can leave the field empty and return a dictionary instead of a single value:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var len = Length($feature)

//return len

return {
  // in the result object, you can change the geometry and attributes of the $feature
  "result": {
    "attributes": {"Arcade_Shape_Length": len}
  }
}&lt;/LI-CODE&gt;&lt;P&gt;For the full kyeyword documentation, see&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/2.7/help/data/geodatabases/overview/attribute-rule-dictionary-keywords.htm" target="_blank"&gt;Attribute rule dictionary keywords—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 07:17:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-ideas/change-field-of-existing-attribute-rule/idc-p/1149460#M42</guid>
      <dc:creator>JohannesLindner</dc:creator>
      <dc:date>2022-03-02T07:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Change field of existing attribute rule</title>
      <link>https://community.esri.com/t5/attribute-rules-ideas/change-field-of-existing-attribute-rule/idc-p/1151987#M66</link>
      <description>&lt;P&gt;This also applies to the 'editable' feature for calculation rules.&amp;nbsp; If you did not want to let users edit this field (say you are populating a DB sequence by calculation) and forgot to untick it, or if you change your mind later about editability, you cannot toggle this option.&amp;nbsp; (Greyed out as shown)&lt;/P&gt;&lt;P&gt;Your only recourse then is to delete the entire rule and recreate it.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Mar 2022 01:31:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-ideas/change-field-of-existing-attribute-rule/idc-p/1151987#M66</guid>
      <dc:creator>AndrewQuee</dc:creator>
      <dc:date>2022-03-09T01:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Change field of existing attribute rule</title>
      <link>https://community.esri.com/t5/attribute-rules-ideas/change-field-of-existing-attribute-rule/idc-p/1161699#M76</link>
      <description>&lt;P&gt;It appears as if you can copy/paste the rule, modify it, then delete the original.&lt;/P&gt;&lt;P&gt;Still a pain.&amp;nbsp; Can see the box right there, why can't we change it.....&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 17:13:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-ideas/change-field-of-existing-attribute-rule/idc-p/1161699#M76</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2022-04-06T17:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Change field of existing attribute rule</title>
      <link>https://community.esri.com/t5/attribute-rules-ideas/change-field-of-existing-attribute-rule/idc-p/1167558#M79</link>
      <description>&lt;P&gt;It would also help if we could change the name of an attribute rule after it's been saved.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_0-1650901398240.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/39785iA29971B033E34980/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bud_0-1650901398240.png" alt="Bud_0-1650901398240.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 13:23:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-ideas/change-field-of-existing-attribute-rule/idc-p/1167558#M79</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2022-04-26T13:23:12Z</dc:date>
    </item>
  </channel>
</rss>

