<?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>question Re: Is sys_id unique across all the instances globally? in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/is-sys-id-unique-across-all-the-instances-globally/m-p/2919164#M1110813</link>
    <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/239192"&gt;@Suggy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;In ServiceNow:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Uniqueness of sys_id&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The sys_id is globally unique across all tables and instances of ServiceNow.&lt;/LI&gt;&lt;LI&gt;Each record in a ServiceNow table is identified by a unique sys_id.&lt;/LI&gt;&lt;LI&gt;This uniqueness is maintained globally across all instances of ServiceNow, regardless of the customer.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Recycling sys_id&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Once a record with a specific sys_id, like "123", is deleted, ServiceNow will not reuse that sys_id for a new record.&lt;/LI&gt;&lt;LI&gt;ServiceNow does not recycle sys_id values. Even if a record is deleted, its sys_id is not reused for new records.&lt;/LI&gt;&lt;LI&gt;This ensures that historical references and relationships within the platform remain intact and consistent.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P class=""&gt;&lt;STRONG&gt;Please Mark&amp;nbsp;&lt;/STRONG&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;&lt;STRONG&gt;Correct if this solves your query and also mark&amp;nbsp;&lt;/STRONG&gt;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;STRONG&gt;Helpful if you find my response worthy based on the impact.&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Thanks&lt;/STRONG&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Mon, 06 May 2024 03:10:21 GMT</pubDate>
    <dc:creator>Maddysunil</dc:creator>
    <dc:date>2024-05-06T03:10:21Z</dc:date>
    <item>
      <title>Is sys_id unique across all the instances globally?</title>
      <link>https://www.servicenow.com/community/developer-forum/is-sys-id-unique-across-all-the-instances-globally/m-p/2915581#M1109824</link>
      <description>&lt;P&gt;I have few questions regarding sys_id.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Is sys_id unique per table or unique per instance or unique GLOBALLY across ALL the instances spinned up until now for all the customers world wide?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Suppose I create a user record, say its sys_id is "123". Later I will delete the record. Then can ServiceNow generate and use "123" again for new record?&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 09:23:49 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/is-sys-id-unique-across-all-the-instances-globally/m-p/2915581#M1109824</guid>
      <dc:creator>Suggy</dc:creator>
      <dc:date>2024-05-02T09:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Is sys_id unique across all the instances globally?</title>
      <link>https://www.servicenow.com/community/developer-forum/is-sys-id-unique-across-all-the-instances-globally/m-p/2915667#M1109848</link>
      <description>&lt;P&gt;Hi, a sys_id is a GUID and so is unique to the instance that it was created in.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.servicenow.com/bundle/washingtondc-platform-administration/page/administer/table-administration/concept/c_UniqueRecordIdentifier.html" target="_blank"&gt;Unique record identifier (sys_id) (servicenow.com)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;As a unique identifier I would not expect a sys_id to be reused for a different record.&lt;/P&gt;</description>
      <pubDate>Wed, 01 May 2024 20:57:40 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/is-sys-id-unique-across-all-the-instances-globally/m-p/2915667#M1109848</guid>
      <dc:creator>Tony Chatfield1</dc:creator>
      <dc:date>2024-05-01T20:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is sys_id unique across all the instances globally?</title>
      <link>https://www.servicenow.com/community/developer-forum/is-sys-id-unique-across-all-the-instances-globally/m-p/2916101#M1109969</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/239192"&gt;@Suggy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It depends,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you are following the right way to&amp;nbsp; move your data from Dev - Test - Prod then yes&lt;/P&gt;
&lt;P&gt;&amp;nbsp;but if you create instead of migrate ,same record 1st in dev and then in test then sys id will be different.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 08:42:24 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/is-sys-id-unique-across-all-the-instances-globally/m-p/2916101#M1109969</guid>
      <dc:creator>Dr Atul G- LNG</dc:creator>
      <dc:date>2024-05-02T08:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Is sys_id unique across all the instances globally?</title>
      <link>https://www.servicenow.com/community/developer-forum/is-sys-id-unique-across-all-the-instances-globally/m-p/2917792#M1110495</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/284502"&gt;@Tony Chatfield1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So is it UNIQUE across ALL instances world wide?&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 12:24:29 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/is-sys-id-unique-across-all-the-instances-globally/m-p/2917792#M1110495</guid>
      <dc:creator>Suggy</dc:creator>
      <dc:date>2024-05-03T12:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Is sys_id unique across all the instances globally?</title>
      <link>https://www.servicenow.com/community/developer-forum/is-sys-id-unique-across-all-the-instances-globally/m-p/2918768#M1110783</link>
      <description>&lt;P&gt;A &lt;STRONG&gt;sys_id&lt;/STRONG&gt; is a &lt;STRONG&gt;GUID&lt;/STRONG&gt; (Globally Unique Identifier), also known as a &lt;STRONG&gt;UUID&lt;/STRONG&gt; (Universally Unique Identifier). The same &lt;STRONG&gt;GUID&lt;/STRONG&gt; is never generated twice.&lt;/P&gt;</description>
      <pubDate>Sun, 05 May 2024 11:54:01 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/is-sys-id-unique-across-all-the-instances-globally/m-p/2918768#M1110783</guid>
      <dc:creator>Giles Lewis</dc:creator>
      <dc:date>2024-05-05T11:54:01Z</dc:date>
    </item>
    <item>
      <title>Re: Is sys_id unique across all the instances globally?</title>
      <link>https://www.servicenow.com/community/developer-forum/is-sys-id-unique-across-all-the-instances-globally/m-p/2919011#M1110799</link>
      <description>&lt;P&gt;A sys_id is unique and so if you generate one in an instance then it is expected that the same sys_id will not be generated by any other instance.&lt;/P&gt;
&lt;P&gt;But, the same sys_id's can exists in multiple instances and normally these are default ServiceNow records or from store apps. Any customization you make that is moved to another instance (via update-set or clone) will also result in duplicate sys_id's, but these are always for the same record, with the same content (unless you customize to record).&lt;/P&gt;</description>
      <pubDate>Sun, 05 May 2024 20:25:55 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/is-sys-id-unique-across-all-the-instances-globally/m-p/2919011#M1110799</guid>
      <dc:creator>Tony Chatfield1</dc:creator>
      <dc:date>2024-05-05T20:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Is sys_id unique across all the instances globally?</title>
      <link>https://www.servicenow.com/community/developer-forum/is-sys-id-unique-across-all-the-instances-globally/m-p/2919164#M1110813</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/239192"&gt;@Suggy&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;In ServiceNow:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Uniqueness of sys_id&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;The sys_id is globally unique across all tables and instances of ServiceNow.&lt;/LI&gt;&lt;LI&gt;Each record in a ServiceNow table is identified by a unique sys_id.&lt;/LI&gt;&lt;LI&gt;This uniqueness is maintained globally across all instances of ServiceNow, regardless of the customer.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Recycling sys_id&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Once a record with a specific sys_id, like "123", is deleted, ServiceNow will not reuse that sys_id for a new record.&lt;/LI&gt;&lt;LI&gt;ServiceNow does not recycle sys_id values. Even if a record is deleted, its sys_id is not reused for new records.&lt;/LI&gt;&lt;LI&gt;This ensures that historical references and relationships within the platform remain intact and consistent.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P class=""&gt;&lt;STRONG&gt;Please Mark&amp;nbsp;&lt;/STRONG&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;&lt;STRONG&gt;Correct if this solves your query and also mark&amp;nbsp;&lt;/STRONG&gt;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;STRONG&gt;Helpful if you find my response worthy based on the impact.&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Thanks&lt;/STRONG&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 06 May 2024 03:10:21 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/is-sys-id-unique-across-all-the-instances-globally/m-p/2919164#M1110813</guid>
      <dc:creator>Maddysunil</dc:creator>
      <dc:date>2024-05-06T03:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is sys_id unique across all the instances globally?</title>
      <link>https://www.servicenow.com/community/developer-forum/is-sys-id-unique-across-all-the-instances-globally/m-p/2920058#M1111102</link>
      <description>&lt;P&gt;Thanks a lot everyone for your responses !!!&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 15:57:54 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/is-sys-id-unique-across-all-the-instances-globally/m-p/2920058#M1111102</guid>
      <dc:creator>Suggy</dc:creator>
      <dc:date>2024-05-06T15:57:54Z</dc:date>
    </item>
  </channel>
</rss>

