<?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: Attribute Assistant for creating GUID in Local Government Solutions Users Questions</title>
    <link>https://community.esri.com/t5/local-government-solutions-users-questions/attribute-assistant-for-creating-guid/m-p/863444#M463</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The dataset can be configured by right click, manage, add global IDs for automatic entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, I use the following to populate an attribute field that is similar to the GlobalID field.&lt;/P&gt;&lt;P&gt;table name: (use * if you want this to apply to all feature classes)&lt;BR /&gt;Field Name: (enter the name of the field that you want the GUID in)&lt;BR /&gt;Value Method: GUID&lt;BR /&gt;Value Info: B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for other values:&amp;nbsp; N, D, P&lt;/P&gt;&lt;P&gt;visit:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://solutions.arcgis.com/shared/help/attribute-assistant/documentation/methods-all-methods/" title="http://solutions.arcgis.com/shared/help/attribute-assistant/documentation/methods-all-methods/"&gt;All methods - Attribute Assistant | ArcGIS Solutions&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(documentation, All Methods) scroll down to:&amp;nbsp; GUID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jul 2018 21:21:42 GMT</pubDate>
    <dc:creator>Florentino__Tino_Gomez</dc:creator>
    <dc:date>2018-07-26T21:21:42Z</dc:date>
    <item>
      <title>Attribute Assistant for creating GUID</title>
      <link>https://community.esri.com/t5/local-government-solutions-users-questions/attribute-assistant-for-creating-guid/m-p/863443#M462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having trouble using AA for creating GUID. Below is the snapshot of a DynamicValue table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/410826_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have turned on debug mode and below is log file record:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;############ 6/7/2018 9:15:55 AM ################&lt;/P&gt;&lt;P&gt;Setting sort order: Field - RUNORDER&lt;BR /&gt;Querying table for Last Value for layer: Addresses&lt;BR /&gt;Query Used: (TABLENAME = '*' OR TABLENAME = 'Addresses' OR TABLENAME like 'Addresses|*' OR TABLENAME like 'Addresses|%') AND VALUEMETHOD = 'Last_Value'&lt;BR /&gt;Number of results: 0&lt;BR /&gt;Querying table for rules for layer: Addresses&lt;BR /&gt;Query Used: (TABLENAME = '*' OR TABLENAME = 'Addresses' OR TABLENAME like 'Addresses|*' OR TABLENAME like 'Addresses|%') AND (ON_CHANGE = '1' or ON_CHANGE = 'Yes' or ON_CHANGE = 'YES' or ON_CHANGE = 'True' or ON_CHANGE = 'TRUE')&lt;BR /&gt;Number of results: 1&lt;BR /&gt;Looping through the rows&lt;BR /&gt;------------------------------------------------&lt;BR /&gt;Row Info&lt;BR /&gt;Row Number 1&lt;BR /&gt;TableName: Addresses&lt;BR /&gt;FieldName: OBJECTID_1&lt;BR /&gt;ValueInfo: D&lt;BR /&gt;ValueMethod: GUID&lt;BR /&gt;On Create: 0&lt;BR /&gt;On Change: 1&lt;/P&gt;&lt;P&gt;Checking for Subtype Restriction&lt;BR /&gt;Field Name: OBJECTID_1 was found at index: 0&lt;BR /&gt;Finished: EXPRESSION&lt;BR /&gt;------------------------------------------------&lt;BR /&gt;DONE&lt;BR /&gt;---------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am checking GenerateID table. Nothing shows up. Can someone help me with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Best,&lt;/P&gt;&lt;P&gt;Meghan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jun 2018 13:42:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/local-government-solutions-users-questions/attribute-assistant-for-creating-guid/m-p/863443#M462</guid>
      <dc:creator>MeghanKulkarni</dc:creator>
      <dc:date>2018-06-07T13:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assistant for creating GUID</title>
      <link>https://community.esri.com/t5/local-government-solutions-users-questions/attribute-assistant-for-creating-guid/m-p/863444#M463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The dataset can be configured by right click, manage, add global IDs for automatic entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, I use the following to populate an attribute field that is similar to the GlobalID field.&lt;/P&gt;&lt;P&gt;table name: (use * if you want this to apply to all feature classes)&lt;BR /&gt;Field Name: (enter the name of the field that you want the GUID in)&lt;BR /&gt;Value Method: GUID&lt;BR /&gt;Value Info: B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for other values:&amp;nbsp; N, D, P&lt;/P&gt;&lt;P&gt;visit:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://solutions.arcgis.com/shared/help/attribute-assistant/documentation/methods-all-methods/" title="http://solutions.arcgis.com/shared/help/attribute-assistant/documentation/methods-all-methods/"&gt;All methods - Attribute Assistant | ArcGIS Solutions&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(documentation, All Methods) scroll down to:&amp;nbsp; GUID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 21:21:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/local-government-solutions-users-questions/attribute-assistant-for-creating-guid/m-p/863444#M463</guid>
      <dc:creator>Florentino__Tino_Gomez</dc:creator>
      <dc:date>2018-07-26T21:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assistant for creating GUID</title>
      <link>https://community.esri.com/t5/local-government-solutions-users-questions/attribute-assistant-for-creating-guid/m-p/863445#M464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is FIELDNAME supposed to be &amp;lt;Null&amp;gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/415272_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 21:54:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/local-government-solutions-users-questions/attribute-assistant-for-creating-guid/m-p/863445#M464</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2018-07-26T21:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assistant for creating GUID</title>
      <link>https://community.esri.com/t5/local-government-solutions-users-questions/attribute-assistant-for-creating-guid/m-p/863446#M465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no.&amp;nbsp; type the name of the attribute field that will have the GUID data.&lt;/P&gt;&lt;P&gt;In our case, the attribute field name is called, "sdsID" or "GlobalID"&lt;/P&gt;&lt;P&gt;attached is a screen shot, still working improving on how NOT to populate the attributes that are NOT NULL.&amp;nbsp; work in progress.&lt;/P&gt;&lt;P&gt;I downloaded some of the other industry workflows examples to get ideas and somewhere i got a bunch of examples that others had uploaded.&amp;nbsp; here is the link to them, hope the links work:&amp;nbsp;&amp;nbsp;&lt;A href="https://community.esri.com/message/590427"&gt;https://community.esri.com/message/590427&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see GUID at&amp;nbsp;&lt;A class="link-titled" href="http://solutions.arcgis.com/shared/help/attribute-assistant/documentation/methods-all-methods/#guid" title="http://solutions.arcgis.com/shared/help/attribute-assistant/documentation/methods-all-methods/#guid"&gt;All methods - Attribute Assistant | ArcGIS Solutions&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 23:41:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/local-government-solutions-users-questions/attribute-assistant-for-creating-guid/m-p/863446#M465</guid>
      <dc:creator>Florentino__Tino_Gomez</dc:creator>
      <dc:date>2018-07-26T23:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Assistant for creating GUID</title>
      <link>https://community.esri.com/t5/local-government-solutions-users-questions/attribute-assistant-for-creating-guid/m-p/863447#M466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was a rhetorical question....&amp;nbsp; I'm not the one having problems with it; personally, I don't use GUIDS for anything but replication....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 12:18:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/local-government-solutions-users-questions/attribute-assistant-for-creating-guid/m-p/863447#M466</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2018-07-27T12:18:21Z</dc:date>
    </item>
  </channel>
</rss>

