<?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: Is there a way to auto generate ID numbers based on a subtype field? in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/is-there-a-way-to-auto-generate-id-numbers-based/m-p/810992#M3175</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think if you create individual rows in yourGenerate ID table for each, you should be able to. (&amp;nbsp;&lt;A class="link-titled" href="http://solutions.arcgis.com/shared/help/attribute-assistant/workflows/configure-generate-id-table/" title="http://solutions.arcgis.com/shared/help/attribute-assistant/workflows/configure-generate-id-table/"&gt;Configure GenerateID table - Attribute Assistant | ArcGIS Solutions&lt;/A&gt;&amp;nbsp;)&amp;nbsp;&amp;nbsp;However, your use of an ID with a leading zero (&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;0107910) may be problematic for you.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jan 2019 15:27:15 GMT</pubDate>
    <dc:creator>JoeBorgione</dc:creator>
    <dc:date>2019-01-28T15:27:15Z</dc:date>
    <item>
      <title>Is there a way to auto generate ID numbers based on a subtype field?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/is-there-a-way-to-auto-generate-id-numbers-based/m-p/810990#M3173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using the Attribute Assistant add on to try to achieve this task. Is there an expression that I could write in the DynamicValue table so that the tool looks at the subtype field of a feature class and then determines which Sequence that it needs to use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I'm working with a dummy valve feature class where there are two subtypes : 3 and 6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The largest Subtype 3 valve ID number is 0107910, and the largest Subtype 6 valve ID is&amp;nbsp;1702300. How can I get the tool to update these two ID numbers independently but within the same feature class?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2018 20:29:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/is-there-a-way-to-auto-generate-id-numbers-based/m-p/810990#M3173</guid>
      <dc:creator>AustinWolf1</dc:creator>
      <dc:date>2018-09-20T20:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to auto generate ID numbers based on a subtype field?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/is-there-a-way-to-auto-generate-id-numbers-based/m-p/810991#M3174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Austin, are you looking to update the ID so that when, for example, Subtype 3 gets an sequence and Subtype 6 gets its own sequence in the same features ID attribute?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2019 14:24:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/is-there-a-way-to-auto-generate-id-numbers-based/m-p/810991#M3174</guid>
      <dc:creator>JakeSimms1</dc:creator>
      <dc:date>2019-01-28T14:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to auto generate ID numbers based on a subtype field?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/is-there-a-way-to-auto-generate-id-numbers-based/m-p/810992#M3175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think if you create individual rows in yourGenerate ID table for each, you should be able to. (&amp;nbsp;&lt;A class="link-titled" href="http://solutions.arcgis.com/shared/help/attribute-assistant/workflows/configure-generate-id-table/" title="http://solutions.arcgis.com/shared/help/attribute-assistant/workflows/configure-generate-id-table/"&gt;Configure GenerateID table - Attribute Assistant | ArcGIS Solutions&lt;/A&gt;&amp;nbsp;)&amp;nbsp;&amp;nbsp;However, your use of an ID with a leading zero (&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;0107910) may be problematic for you.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jan 2019 15:27:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/is-there-a-way-to-auto-generate-id-numbers-based/m-p/810992#M3175</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2019-01-28T15:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a way to auto generate ID numbers based on a subtype field?</title>
      <link>https://community.esri.com/t5/geodatabase-questions/is-there-a-way-to-auto-generate-id-numbers-based/m-p/810993#M3176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Austin, We just ran across&amp;nbsp;a similar thing on a support case and i wanted to share this as it might help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is working sample and proof of concept to assist in your own workflows.&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&lt;A class="link-titled" href="http://www.arcgis.com/home/item.html?id=ac2fd27fadeb4bb0849fce47930093b0" title="http://www.arcgis.com/home/item.html?id=ac2fd27fadeb4bb0849fce47930093b0"&gt;http://www.arcgis.com/home/item.html?id=ac2fd27fadeb4bb0849fce47930093b0&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We know a Generate ID method can only have one count per field, Given this, this example uses a Sub-type field, and 3 Separate Id fields each with their own Generate ID Methods. The Sybtype filed is responsible for setting the attribute (1,2,3) in The Sybtype. A series of Field Trigger reads the Subtype value and adds a place holder value in the opposing ID fields. The Generate ID running on each ID field will only activate on the Null record and thus count each subtype independently.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Supporting Documentation:&lt;BR /&gt;&lt;A data-cke-saved-href="https://solutions.arcgis.com/shared/help/attribute-assistant/documentation/methods-all-methods/#field-trigger" href="https://solutions.arcgis.com/shared/help/attribute-assistant/documentation/methods-all-methods/#field-trigger"&gt;https://solutions.arcgis.com/shared/help/attribute-assistant/documentation/methods-all-methods/#field-trigger&lt;/A&gt;&lt;BR /&gt;&lt;A data-cke-saved-href="https://solutions.arcgis.com/shared/help/attribute-assistant/documentation/methods-all-methods/#generate-id" href="https://solutions.arcgis.com/shared/help/attribute-assistant/documentation/methods-all-methods/#generate-id"&gt;https://solutions.arcgis.com/shared/help/attribute-assistant/documentation/methods-all-methods/#generate-id&lt;/A&gt;&lt;BR /&gt;&lt;A data-cke-saved-href="https://desktop.arcgis.com/en/arcmap/10.3/manage-data/subtypes/creating-subtypes.htm" href="https://desktop.arcgis.com/en/arcmap/10.3/manage-data/subtypes/creating-subtypes.htm"&gt;https://desktop.arcgis.com/en/arcmap/10.3/manage-data/subtypes/creating-subtypes.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2020 20:52:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/is-there-a-way-to-auto-generate-id-numbers-based/m-p/810993#M3176</guid>
      <dc:creator>AdamEversole1</dc:creator>
      <dc:date>2020-08-05T20:52:25Z</dc:date>
    </item>
  </channel>
</rss>

