<?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: Create an attribute rule that uses background layers to calculate an ID in Attribute Rules Questions</title>
    <link>https://community.esri.com/t5/attribute-rules-questions/create-an-attribute-rule-that-uses-background/m-p/1666649#M1909</link>
    <description>&lt;P&gt;Attribute Rules can only access tables in their own database.&amp;nbsp; But there is a trick -&amp;nbsp;&lt;A href="https://support.esri.com/en-us/knowledge-base/creating-attribute-rules-to-access-feature-classes-in-a-000032146" target="_blank"&gt;https://support.esri.com/en-us/knowledge-base/creating-attribute-rules-to-access-feature-classes-in-a-000032146&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Nov 2025 12:02:36 GMT</pubDate>
    <dc:creator>MikeMillerGIS</dc:creator>
    <dc:date>2025-11-18T12:02:36Z</dc:date>
    <item>
      <title>Create an attribute rule that uses background layers to calculate an ID</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/create-an-attribute-rule-that-uses-background/m-p/1666231#M1903</link>
      <description>&lt;P&gt;Good morning,&lt;/P&gt;&lt;P&gt;When creating an attribute rule for a point or line feature class, how can I calculate the ID value of a new feature if the code includes, for example, the municipality code or the commission district code of the polygon in which it is digitized?&lt;/P&gt;&lt;P&gt;Additionally, if a line intersects multiple municipalities, how can we determine which one to use for the ID. Should we select the first, the longest intersected, or apply another criteria?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 13:06:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/create-an-attribute-rule-that-uses-background/m-p/1666231#M1903</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2025-11-17T13:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Create an attribute rule that uses background layers to calculate an ID</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/create-an-attribute-rule-that-uses-background/m-p/1666236#M1904</link>
      <description>&lt;P&gt;Take a look at the templated rule - Generate ID.&amp;nbsp; It has a option "&lt;SPAN&gt;Sequence by lookup" that could use an unique seq for grid.&amp;nbsp; The templated rule writes the arcade, which you could modify to also get an ID field from the intersected layer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/generate-id-attribute-rule.htm#LI_A9FBB4CFF1C5407D9F9A092ABDF2FC3A" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/generate-id-attribute-rule.htm#LI_A9FBB4CFF1C5407D9F9A092ABDF2FC3A&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 13:20:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/create-an-attribute-rule-that-uses-background/m-p/1666236#M1904</guid>
      <dc:creator>MikeMillerGIS</dc:creator>
      <dc:date>2025-11-17T13:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Create an attribute rule that uses background layers to calculate an ID</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/create-an-attribute-rule-that-uses-background/m-p/1666248#M1905</link>
      <description>&lt;P&gt;The other thing to add, depending on if you are using an enterprise sde database, is the NextSequenceValue. This is first generated by running the generate sequence tool that, once created, will autoincrement a new numerical number. If you are looking make that id alphanumeric, then you can concatenate the next sequential number with any string characters you want.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Nov 2025 14:02:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/create-an-attribute-rule-that-uses-background/m-p/1666248#M1905</guid>
      <dc:creator>RPGIS</dc:creator>
      <dc:date>2025-11-17T14:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: Create an attribute rule that uses background layers to calculate an ID</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/create-an-attribute-rule-that-uses-background/m-p/1666582#M1908</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Does it work when the Municipality, Commission District or Grid layer is in another SDE database.?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 02:44:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/create-an-attribute-rule-that-uses-background/m-p/1666582#M1908</guid>
      <dc:creator>JoseSanchez</dc:creator>
      <dc:date>2025-11-18T02:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: Create an attribute rule that uses background layers to calculate an ID</title>
      <link>https://community.esri.com/t5/attribute-rules-questions/create-an-attribute-rule-that-uses-background/m-p/1666649#M1909</link>
      <description>&lt;P&gt;Attribute Rules can only access tables in their own database.&amp;nbsp; But there is a trick -&amp;nbsp;&lt;A href="https://support.esri.com/en-us/knowledge-base/creating-attribute-rules-to-access-feature-classes-in-a-000032146" target="_blank"&gt;https://support.esri.com/en-us/knowledge-base/creating-attribute-rules-to-access-feature-classes-in-a-000032146&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 12:02:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/attribute-rules-questions/create-an-attribute-rule-that-uses-background/m-p/1666649#M1909</guid>
      <dc:creator>MikeMillerGIS</dc:creator>
      <dc:date>2025-11-18T12:02:36Z</dc:date>
    </item>
  </channel>
</rss>

