<?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: GLOBAL_ID  in Geodatabase Questions</title>
    <link>https://community.esri.com/t5/geodatabase-questions/global-id/m-p/782141#M1610</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a topic that gets bantered around fairly often.&amp;nbsp; My personal use of Global IDs is only for replication.&amp;nbsp; They are a property of the geodatabase so like object ids, we don't have control over them. So if you copy your data with Global IDs to another geodatabase, those values get recalculated and if you are using them for a relationship key, things go bad for you.&amp;nbsp; You can preserve global ids, but again, I don't use them for anything but replication.&amp;nbsp; See:&amp;nbsp; &lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/environment-settings/preserve-globalids.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/environment-settings/preserve-globalids.htm"&gt;Preserve Global IDs (Environment setting)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That said, with geodatabase sequences, you can create a sequence and populate unique ids as you add records through a fairly simple attribute rule.&amp;nbsp; I think they are one of the coolest improvements to ArcGIS in a long time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/create-database-sequence.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/create-database-sequence.htm"&gt;Create Database Sequence (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/data/geodatabases/overview/attribute-rule-script-expression.htm" title="https://pro.arcgis.com/en/pro-app/help/data/geodatabases/overview/attribute-rule-script-expression.htm"&gt;Attribute rule script expression examples—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jul 2020 18:35:26 GMT</pubDate>
    <dc:creator>JoeBorgione</dc:creator>
    <dc:date>2020-07-27T18:35:26Z</dc:date>
    <item>
      <title>GLOBAL_ID</title>
      <link>https://community.esri.com/t5/geodatabase-questions/global-id/m-p/782140#M1609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;please all inputs and feedbacks will be appreciate....&lt;/P&gt;&lt;P&gt;I have a layer in a geodatabase that I need a unique ID field (for joining)Its a building feature, in continuous update. Also, I have an table where i save, for each building, one or more links that will open in a webapp one or more documents for each construction.&lt;/P&gt;&lt;P&gt;So, I have two problems:&lt;/P&gt;&lt;P&gt;1. create an autoincrement field when new feature is added or modified . For this, maybe a can use a Global_Id.&lt;/P&gt;&lt;P&gt;However is too long;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. modify at the same time feature table and linked table(table joined). Because i need to give for each construction one or more documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;an attached a video&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #242729; background-color: #f9f8f6;"&gt;thanks a lot !&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #242729; background-color: #f9f8f6;"&gt;thaina&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #242729; background-color: #f9f8f6;"&gt;&lt;A href="https://community.esri.com/t5/tag/globalid/tg-p"&gt;#globalid&lt;/A&gt;‌ &lt;A href="https://community.esri.com/t5/tag/topographic/tg-p"&gt;#topographic&lt;/A&gt;‌ &lt;A href="https://community.esri.com/t5/tag/buildings/tg-p"&gt;#buildings&lt;/A&gt;‌ &lt;A href="https://community.esri.com/t5/tag/autoincrement id/tg-p"&gt;#autoincrement id&lt;/A&gt;‌ &lt;A href="https://community.esri.com/t5/tag/autoincrement editing arcgis desktop/tg-p"&gt;#autoincrement editing arcgis desktop&lt;/A&gt;‌ &lt;A href="https://community.esri.com/t5/tag/joined tables/tg-p"&gt;#joined tables&lt;/A&gt;‌&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2020 11:56:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/global-id/m-p/782140#M1609</guid>
      <dc:creator>thainamota</dc:creator>
      <dc:date>2020-07-27T11:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: GLOBAL_ID</title>
      <link>https://community.esri.com/t5/geodatabase-questions/global-id/m-p/782141#M1610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a topic that gets bantered around fairly often.&amp;nbsp; My personal use of Global IDs is only for replication.&amp;nbsp; They are a property of the geodatabase so like object ids, we don't have control over them. So if you copy your data with Global IDs to another geodatabase, those values get recalculated and if you are using them for a relationship key, things go bad for you.&amp;nbsp; You can preserve global ids, but again, I don't use them for anything but replication.&amp;nbsp; See:&amp;nbsp; &lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/environment-settings/preserve-globalids.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/environment-settings/preserve-globalids.htm"&gt;Preserve Global IDs (Environment setting)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That said, with geodatabase sequences, you can create a sequence and populate unique ids as you add records through a fairly simple attribute rule.&amp;nbsp; I think they are one of the coolest improvements to ArcGIS in a long time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/create-database-sequence.htm" title="https://pro.arcgis.com/en/pro-app/tool-reference/data-management/create-database-sequence.htm"&gt;Create Database Sequence (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/data/geodatabases/overview/attribute-rule-script-expression.htm" title="https://pro.arcgis.com/en/pro-app/help/data/geodatabases/overview/attribute-rule-script-expression.htm"&gt;Attribute rule script expression examples—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2020 18:35:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/global-id/m-p/782141#M1610</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2020-07-27T18:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: GLOBAL_ID</title>
      <link>https://community.esri.com/t5/geodatabase-questions/global-id/m-p/782142#M1611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe,&lt;/P&gt;&lt;P&gt;thanks a lot for your reply... Maybe for the next week my company will give me an advanced ArcGis Pro. I'm trying to understand if geodatabase administration toolset is included&amp;nbsp;into advanced licence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Thai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2020 09:02:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/geodatabase-questions/global-id/m-p/782142#M1611</guid>
      <dc:creator>thainamota</dc:creator>
      <dc:date>2020-08-07T09:02:47Z</dc:date>
    </item>
  </channel>
</rss>

