<?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: Renaming group name - Best Practice in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/renaming-group-name-best-practice/m-p/3503217#M6263</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/349783"&gt;@MThomas1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Servicenow reads every record by their sys_id.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you rename the group I can foresee there could be 2 cases where impact is there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. &lt;STRONG&gt;Impact&lt;/STRONG&gt; 1: If in your instance , you have followed bad practice like hard coded group name&amp;nbsp; instead of Group sys_id in scripts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Solution&lt;/STRONG&gt;: Analysis your instance. Replace the hard coded group name by group sys_id in place like ACL script, workflow script ( if you have old instance), script include etc&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Impact 2:&amp;nbsp;&lt;/STRONG&gt;If you have coalesce on &lt;STRONG&gt;group name&lt;/STRONG&gt; field, then it would result in &lt;STRONG&gt;new group Creation!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Probable Solution: &lt;/STRONG&gt;Set coalesce on SSID, which is one of the attribute of active directory object. You will require to map it to some field on SN or create a new field on group table to map it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Steps:&amp;nbsp;&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;Create a New Custom Field&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;OL class=""&gt;&lt;LI&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Add the AD Attribute to LDAP Config:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;add the&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;SSID&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;attribute to the &lt;STRONG&gt;Attributes&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;list on the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;LDAP Server record in ServiceNow.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Create the Custom Field:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;UL class=""&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Navigate to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;System Definition &amp;gt; Tables&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and find the sys_user_group&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;table.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Go to the Columns&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;related list and click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;New&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to create a custom field (e.g.,&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;u_ad_ssid&lt;/STRONG&gt;&lt;/SPAN&gt;).&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Set the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Type&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to(String)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Configure Transform Map (Mapping Assist):&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;UL class=""&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Open your existing&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;LDAP Group Import Transform Map&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(navigate to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;System Import Sets &amp;gt; Administration &amp;gt; Transform Maps&lt;/STRONG&gt;).&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Use the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Mapping Assist&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;feature to map the source field (e.g.,&lt;STRONG&gt;u_ssid&lt;/STRONG&gt;) to your new custom target field (e.g.,&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;u_ad_ssid&lt;/STRONG&gt;&lt;/SPAN&gt;).&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Ensure the&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;Coalesce&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;checkbox is marked for this specific field map.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Mar 2026 17:17:24 GMT</pubDate>
    <dc:creator>Tanushree Maiti</dc:creator>
    <dc:date>2026-03-06T17:17:24Z</dc:date>
    <item>
      <title>Renaming group name - Best Practice</title>
      <link>https://www.servicenow.com/community/community-central-forum/renaming-group-name-best-practice/m-p/3503175#M6260</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have requirement to rename a group name&amp;nbsp; that is in use for around 8 years , tickets, tasks, etc are associated with the group.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- what is the best practice ?&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; - whether renaming automatically roll across configurations/references/hard coded settings etc &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;- &amp;nbsp;impact on current workflows or other configurations&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - &amp;nbsp;AD integration impact for user/group import.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;- &amp;nbsp;impact of existing /closed REQ/RITM/SCTASK for the group&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&amp;nbsp; Notifications set up&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;- &amp;nbsp;Best Practice/recommendation&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- renaming vs creating a new group ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- orphan records&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;- auditing etc&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you and appreciate your input on this request.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2026 16:29:44 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/renaming-group-name-best-practice/m-p/3503175#M6260</guid>
      <dc:creator>MThomas1</dc:creator>
      <dc:date>2026-03-06T16:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming group name - Best Practice</title>
      <link>https://www.servicenow.com/community/community-central-forum/renaming-group-name-best-practice/m-p/3503189#M6261</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/349783"&gt;@MThomas1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are many aspects to cover but what goes first on my mind with renaming is to have the historic data saved somewhere.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To achieve this if you are going to rename some groups, I would recommend to do one or two of the following steps:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#008000"&gt;enable auditing on the [sys_dictionary] for [sys_user_group]&lt;/FONT&gt;&lt;UL&gt;&lt;LI&gt;to have chance to retrospectively check the original/previous name at&amp;nbsp;[sys_audit] table,&lt;/LI&gt;&lt;LI&gt; on the &lt;STRONG&gt;sys_dictionary&lt;/STRONG&gt;&amp;nbsp;select a table and a field whose changes you want to be able to see in the future and change corresponding value in the &lt;STRONG&gt;Audit&lt;/STRONG&gt;&amp;nbsp;to &lt;STRONG&gt;true&lt;/STRONG&gt; as seen below,&lt;/LI&gt;&lt;LI&gt;if Audit is true that means that changes made to records on that table will be audited at &lt;STRONG&gt;sys_audit&lt;/STRONG&gt; table:&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-03-06 at 16.40.10.png" style="width: 999px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/504897iE28EBD00B283F90B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-03-06 at 16.40.10.png" alt="Screenshot 2026-03-06 at 16.40.10.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT color="#008000"&gt;add the legacy name to description and/or to a custom read-only name,&lt;/FONT&gt;&lt;UL&gt;&lt;LI&gt;to have chance to see the old name if needed (&lt;EM&gt;documentation, reporting, team chats might contain the old name so to know it's really that group&lt;/EM&gt;),&lt;/LI&gt;&lt;LI&gt;eventually add a timestamp when it was renamed,&lt;/LI&gt;&lt;LI&gt;something like this:&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-03-06 at 16.37.07.png" style="width: 999px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/504896i180CCE89B979DE93/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-03-06 at 16.37.07.png" alt="Screenshot 2026-03-06 at 16.37.07.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Consider what works better for you, the audit option is for more technical users (admins, developers) while the old name copied to description can be visible to all people who will see the records. Or both...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding your question whether it is better to create new groups or rename, it will depend on how your data are processed, owned and what do you plan in the future. You should NOT delete any records, as they might be associated with existing records (e.g. assignment group on an incident), if you would delete that group, it would no longer be visible (the field wouldn't be empty, but wouldn't display anything)...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know how does it sound to you and if you want to brainstorm about something else&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2026 16:47:06 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/renaming-group-name-best-practice/m-p/3503189#M6261</guid>
      <dc:creator>GlideFather</dc:creator>
      <dc:date>2026-03-06T16:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming group name - Best Practice</title>
      <link>https://www.servicenow.com/community/community-central-forum/renaming-group-name-best-practice/m-p/3503217#M6263</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/349783"&gt;@MThomas1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Servicenow reads every record by their sys_id.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you rename the group I can foresee there could be 2 cases where impact is there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. &lt;STRONG&gt;Impact&lt;/STRONG&gt; 1: If in your instance , you have followed bad practice like hard coded group name&amp;nbsp; instead of Group sys_id in scripts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Solution&lt;/STRONG&gt;: Analysis your instance. Replace the hard coded group name by group sys_id in place like ACL script, workflow script ( if you have old instance), script include etc&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Impact 2:&amp;nbsp;&lt;/STRONG&gt;If you have coalesce on &lt;STRONG&gt;group name&lt;/STRONG&gt; field, then it would result in &lt;STRONG&gt;new group Creation!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Probable Solution: &lt;/STRONG&gt;Set coalesce on SSID, which is one of the attribute of active directory object. You will require to map it to some field on SN or create a new field on group table to map it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Steps:&amp;nbsp;&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;Create a New Custom Field&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;OL class=""&gt;&lt;LI&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Add the AD Attribute to LDAP Config:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;add the&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;SSID&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;attribute to the &lt;STRONG&gt;Attributes&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;list on the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;LDAP Server record in ServiceNow.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Create the Custom Field:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;UL class=""&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Navigate to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;System Definition &amp;gt; Tables&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and find the sys_user_group&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;table.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Go to the Columns&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;related list and click&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;New&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to create a custom field (e.g.,&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;u_ad_ssid&lt;/STRONG&gt;&lt;/SPAN&gt;).&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Set the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Type&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to(String)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;&lt;STRONG&gt;Configure Transform Map (Mapping Assist):&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;UL class=""&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Open your existing&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;LDAP Group Import Transform Map&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(navigate to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;System Import Sets &amp;gt; Administration &amp;gt; Transform Maps&lt;/STRONG&gt;).&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Use the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Mapping Assist&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;feature to map the source field (e.g.,&lt;STRONG&gt;u_ssid&lt;/STRONG&gt;) to your new custom target field (e.g.,&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;u_ad_ssid&lt;/STRONG&gt;&lt;/SPAN&gt;).&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Ensure the&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;Coalesce&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;checkbox is marked for this specific field map.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2026 17:17:24 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/renaming-group-name-best-practice/m-p/3503217#M6263</guid>
      <dc:creator>Tanushree Maiti</dc:creator>
      <dc:date>2026-03-06T17:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Renaming group name - Best Practice</title>
      <link>https://www.servicenow.com/community/community-central-forum/renaming-group-name-best-practice/m-p/3503631#M6283</link>
      <description>&lt;P&gt;&amp;nbsp; &amp;nbsp; &lt;FONT color="#000000"&gt;&amp;nbsp;- what is the best practice ?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;This really depends on your organization, what works best for you.&amp;nbsp; I would put some effort into designing governance around this with your platform team.&amp;nbsp; Some folks will encode certain functions in the name etc.&amp;nbsp; However, if you are asking if 'how' to change it then you are generally safe to just change it in the 'name' field (with caveats see below)&amp;nbsp; GlideFather also gave a pretty great technique where you can save the historic data via auditing.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;&amp;nbsp; &lt;FONT color="#000000"&gt;&amp;nbsp; - whether renaming automatically roll across configurations/references/hard coded settings etc &amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;Yes and No,&amp;nbsp; if the references are by 'sys_id' you will be just fine.&amp;nbsp; Any hard coded references to the name itself or any conditions built off a hard coded value that expect a specific string value will fail.&amp;nbsp; For example if you had a piece of code&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;sys_id&amp;gt; === 'my_group_name'&lt;/LI-CODE&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;&amp;nbsp;Expect this to fail.&amp;nbsp; However, good news is you can use the 'Code Search' tool within your instance to find these occurrences and clean them up (View Pradeep Sharmas Article: &lt;A href="https://www.servicenow.com/community/developer-blog/using-code-search-to-make-developing-on-the-platform-easier/ba-p/2265789" target="_blank" rel="noopener"&gt;https://www.servicenow.com/community/developer-blog/using-code-search-to-make-developing-on-the-platform-easier/ba-p/2265789&lt;/A&gt; )&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;FONT color="#000000"&gt;- &amp;nbsp;impact on current workflows or other configurations&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;See the above mentioned sys_id, everything is tied to the sys_id&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;&amp;nbsp;&amp;nbsp;&lt;FONT color="#000000"&gt;&amp;nbsp; - &amp;nbsp;AD integration impact for user/group import.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;Anything that is being integrated into AD should be changed in AD as AD is the source of truth.&amp;nbsp; If you are using something like a transform map, you would be coalescing on the AD GUID which your groups sys_id would be related to the AD GUID so you would just be changing the label everything under the hood will still function.&amp;nbsp; I always encourage reviewing your design/process/governance to find a better way rather than just lifting and shifting.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;FONT color="#000000"&gt;- &amp;nbsp;impact of existing /closed REQ/RITM/SCTASK for the group&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;Depending on your implementation and level of customizations this would be trivial as the sys_id is referenced for the group and then retrieves the 'display name'.&amp;nbsp; &amp;nbsp;This wouldn't create orphans OOTB unless you had some customizations.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;FONT color="#000000"&gt;-&amp;nbsp; Notifications set up&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;Notifications referencing the group via reference fields will continue to function. However, any encoded queries, scripts, or notification conditions using the group name should be reviewed.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;FONT color="#000000"&gt;&amp;nbsp;- &amp;nbsp;Best Practice/recommendation&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;I don't know your architecture/governance/design, however here are some fairly basic guidelines I would recommend based on some practical experience I have:&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;FONT color="#008000"&gt;Verify how the AD transform map coalesces groups.&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#008000"&gt;Search for scripts or configurations referencing the group name.&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#008000"&gt;Rename the group in AD (source system).&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#008000"&gt;Allow the next group import to update ServiceNow.&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#008000"&gt;Validate assignment, notifications, and integrations.&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;FONT color="#000000"&gt;&amp;nbsp; &amp;nbsp;- renaming vs creating a new group ?&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;Renaming is preferred when only the name changes. Creating a new group should be done only if there is a structural or ownership change (different team, responsibilities, or membership)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;If you inherited an environment that has not had governance, had neglected systems administration or needs to be unwound from a high amount of customization&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;FONT color="#000000"&gt; &amp;nbsp;- orphan records&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;Previously, answered&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;FONT color="#000000"&gt; &amp;nbsp;- auditing etc&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000"&gt;I like GlideFather's recommendation&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Mar 2026 14:45:25 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/renaming-group-name-best-practice/m-p/3503631#M6283</guid>
      <dc:creator>jeffreybell</dc:creator>
      <dc:date>2026-03-08T14:45:25Z</dc:date>
    </item>
  </channel>
</rss>

