<?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: Using Generate ID with Attribute Assistant in State &amp; Local Government Questions</title>
    <link>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674125#M4366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Another thing with the Attribute Assistant, after you save edits in your Dynamic Value or GenerateID tables, you need to stop and start the Attribute Assistant.&amp;nbsp; It will re-read the dynamic value table.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Feb 2014 15:09:16 GMT</pubDate>
    <dc:creator>JeffWard</dc:creator>
    <dc:date>2014-02-21T15:09:16Z</dc:date>
    <item>
      <title>Using Generate ID with Attribute Assistant</title>
      <link>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674118#M4359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have never used the generate ID option on attribute assistant and I am having a hard time understanding what the values are in the 2 tables.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/localgovernment/10.1/index.html#/Generate_ID_table/028s0000009p000000/"&gt;http://resources.arcgis.com/en/help/localgovernment/10.1/index.html#/Generate_ID_table/028s0000009p000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tells me what goes in the GenerateID table, but I am not completely sure on the explanations that it is giving.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Same thing with the Value Info for the DynamicValue table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I need to do is generate an ID starting at a certain number (say 35000) and then it increments by 1. I do not understand where I specify this start value of 35000.&amp;nbsp; I realize that this should be simple and I am apparently over complicating it.&amp;nbsp; Any help would be &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;great.&amp;nbsp; Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 19:05:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674118#M4359</guid>
      <dc:creator>WestervilleGIS</dc:creator>
      <dc:date>2014-02-20T19:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using Generate ID with Attribute Assistant</title>
      <link>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674119#M4360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Courtney,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the GenerateID table you would create an entry with a name for your ID like AddressID in the Sequence Name field, then you would put 3500 in the sequence counter field.&amp;nbsp; Then in your Dynamic Value table you would put the name of your layer (actual name not the name in the TOC) in the Table Name field, then the ID field name in the Field Name field and GENERATE_ID in the Value Method field.&amp;nbsp; Then in the Value Info field you need to put the name of your ID value you created in the GenerateID table for example AddressID that I mentioned earlier.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The value in the sequence counter field of the Generate ID is the next value that will go into your ID field of your layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I blogged about some of my experience with the Attribute Assistant &lt;/SPAN&gt;&lt;A href="http://summitcountygis.blogspot.com/"&gt;here&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 14:18:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674119#M4360</guid>
      <dc:creator>JeffWard</dc:creator>
      <dc:date>2014-02-21T14:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using Generate ID with Attribute Assistant</title>
      <link>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674120#M4361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Shoot, I should have used your values from your image as an example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So in your case you want to change the value in the Sequence Counter field to 3499 (the field contains the last value assigned, so 3500 will be the next id to go to the new feature, I was wrong in my first post).&amp;nbsp; If you wanted your first ID to be 1 you would enter 0 in the Sequence Counter field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then in the Dynamic Value table for your LBRSADDRESSPOINTS_FRA entry all you need to change in your Value Info field is the name of the sequence, in your case - ADDR_ID_SEQ.&amp;nbsp; Those other things in brackets are optional and are used to add zeros or text portions to the ID, like if you were creating manholes you could use those optional parts to create MH-0025.&amp;nbsp; But where you are just incrementing integers, all you need in the Value Info field is ADDR_ID_SEQ.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/localgovernment/10.2/index.html#/Generate_identifier/028s0000008p000000/"&gt;Here is a link&lt;/A&gt;&lt;SPAN&gt; to the Generate ID value method.&amp;nbsp; And &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/localgovernment/10.2/index.html#/Attribute_Assistant_methods_overview/028s000000n6000000/"&gt;here is a link&lt;/A&gt;&lt;SPAN&gt; to all of the value methods.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 14:32:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674120#M4361</guid>
      <dc:creator>JeffWard</dc:creator>
      <dc:date>2014-02-21T14:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using Generate ID with Attribute Assistant</title>
      <link>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674121#M4362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply.&amp;nbsp; I did find your link prior to submitting to this forum and I tried to use it along with a couple of other and I still can not get it to work. See the attachement to view all parts. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the layer properties there so you can see that the feature class name that = the Table Name in the DynamicValue table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The table for that feature class is open to show that the Addr_ID is still null on the new one I created with the setting in that GenerateID and DynamicValue tables that are visible.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 14:35:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674121#M4362</guid>
      <dc:creator>WestervilleGIS</dc:creator>
      <dc:date>2014-02-21T14:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using Generate ID with Attribute Assistant</title>
      <link>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674122#M4363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would change your entry in the Dynamic Value table in the Table Name field to match your layer's name exactly.&amp;nbsp; So I would change it to be LBRSaddresspoints_Fra to match the Feature Class name exactly.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 14:41:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674122#M4363</guid>
      <dc:creator>JeffWard</dc:creator>
      <dc:date>2014-02-21T14:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Using Generate ID with Attribute Assistant</title>
      <link>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674123#M4364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Unfortunately that doesn't make a difference.&amp;nbsp; The other methods work just fine, just not this one.&amp;nbsp; I have been waiting a few hours for tech support to call me back about something else, maybe I can ask about this too. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp; Thanks for trying&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 14:47:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674123#M4364</guid>
      <dc:creator>WestervilleGIS</dc:creator>
      <dc:date>2014-02-21T14:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using Generate ID with Attribute Assistant</title>
      <link>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674124#M4365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You might also have problems because you are trying to use the ADDR_ID field to calculate your ADDR_UNIQ field.&amp;nbsp; The Attribute Assistant runs the value methods in order they are in the table, so in your case it is attempting to create your ADDR_UNIQ field value based on your ADDR_ID field which it hasn't created yet.&amp;nbsp; In 10.2 there is another field added to Dynamic Value table called Run Order where you can specify which order the value methods are executed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, make sure the field names are exact the way they show up in the layer properties dialog on the fields tab.&amp;nbsp; You need the actual names of the fields, not the alias.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 15:05:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674124#M4365</guid>
      <dc:creator>JeffWard</dc:creator>
      <dc:date>2014-02-21T15:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using Generate ID with Attribute Assistant</title>
      <link>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674125#M4366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Another thing with the Attribute Assistant, after you save edits in your Dynamic Value or GenerateID tables, you need to stop and start the Attribute Assistant.&amp;nbsp; It will re-read the dynamic value table.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 15:09:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674125#M4366</guid>
      <dc:creator>JeffWard</dc:creator>
      <dc:date>2014-02-21T15:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Using Generate ID with Attribute Assistant</title>
      <link>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674126#M4367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried to reorder the table so that the Generate ADDR_ID was at the top and also to stop the attribute and restart the attribute assistant.&amp;nbsp; Still nothing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 15:13:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674126#M4367</guid>
      <dc:creator>WestervilleGIS</dc:creator>
      <dc:date>2014-02-21T15:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using Generate ID with Attribute Assistant</title>
      <link>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674127#M4368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you have the log file option turned on?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 15:16:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674127#M4368</guid>
      <dc:creator>JeffWard</dc:creator>
      <dc:date>2014-02-21T15:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Using Generate ID with Attribute Assistant</title>
      <link>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674128#M4369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is the info for my field to show that it is correct.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 15:16:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674128#M4369</guid>
      <dc:creator>WestervilleGIS</dc:creator>
      <dc:date>2014-02-21T15:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Using Generate ID with Attribute Assistant</title>
      <link>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674129#M4370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I do not think so.....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 15:18:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674129#M4370</guid>
      <dc:creator>WestervilleGIS</dc:creator>
      <dc:date>2014-02-21T15:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using Generate ID with Attribute Assistant</title>
      <link>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674130#M4371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It may be that you are trying to put an integer in a double field.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 15:18:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674130#M4371</guid>
      <dc:creator>JeffWard</dc:creator>
      <dc:date>2014-02-21T15:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using Generate ID with Attribute Assistant</title>
      <link>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674131#M4372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;does the generate id only work with integers?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 15:21:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674131#M4372</guid>
      <dc:creator>WestervilleGIS</dc:creator>
      <dc:date>2014-02-21T15:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Using Generate ID with Attribute Assistant</title>
      <link>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674132#M4373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think it actually needs a string field so it can add the constant prefixes like I mentioned in an earlier post.&amp;nbsp; Like MH-00025.&amp;nbsp; I was assuming it entered an integer because that's essentially what mine are, but the field is actually a string field.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 15:24:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674132#M4373</guid>
      <dc:creator>JeffWard</dc:creator>
      <dc:date>2014-02-21T15:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Using Generate ID with Attribute Assistant</title>
      <link>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674133#M4374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;And that is where I get lost.&amp;nbsp; This is what I put into it. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ADDR_ID_SEQ|7|[seq].0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;7 is the length of the number that I am using (it is predetermined because I have a valid range of 3,500,000-3,999,999)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I need to make it a double, then I added the .0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not want to take any more of your time and I appreciate all of your help, but am I not understanding it correctly?&amp;nbsp; I can contact tech support.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 15:42:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674133#M4374</guid>
      <dc:creator>WestervilleGIS</dc:creator>
      <dc:date>2014-02-21T15:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Using Generate ID with Attribute Assistant</title>
      <link>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674134#M4375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would enable the log file and see what it says.&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/localgovernment/10.2/index.html#/Configuring_the_Attribute_Assistant/028s000000p6000000/ESRI_SECTION2_B0E29AA01F244BBEB1D7754BE06078E3/"&gt;Here is a link&lt;/A&gt;&lt;SPAN&gt; that describes how to turn on the log file and where it is located.&amp;nbsp; But if you are using 10.1, &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/localgovernment/10.1/index.html#/Configuring_the_Attribute_Assistant/028s000000p6000000/"&gt;here is a link&lt;/A&gt;&lt;SPAN&gt; showing how to turn on the log file and configure the AA for 10.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am assuming that you are unable to change the field types, or add intermediary fields that you could use to construct your ID?&amp;nbsp; For example, you could create a string field called PRE_ADD_ID, have the GenerateID populate that one, then have another entry in the DynamicValue table that used the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/localgovernment/10.1/index.html#/Expression/028s00000097000000/"&gt;Expression&lt;/A&gt;&lt;SPAN&gt; value method to convert that string to a double.&amp;nbsp; With the Expression value method you can use a VB expression to populate the field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could set up another copy of the feature class that would allow you to add intermediary fields, use them to populate the original field after it is converted to the correct type, then append the features to the original feature class.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Feb 2014 18:28:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/state-local-government-questions/using-generate-id-with-attribute-assistant/m-p/674134#M4375</guid>
      <dc:creator>JeffWard</dc:creator>
      <dc:date>2014-02-21T18:28:37Z</dc:date>
    </item>
  </channel>
</rss>

