How to restore a deleted group and its references without scriptsIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Description When a group (sys_user_group) is accidentally deleted, a cascade deletion can occur which will remove all references to that group. Users without the group will lose assigned roles. This will lead to he user being unable to access various applications, modules, data, etc. This article will instruct an administrator on how to manually restore the record and references without the use of scripts. Procedure Requirements: The user performing the data restoration should have the 'admin' role.Another instance (SOT / source-of-truth) which contains the group and references must be available in order to extract this data. The 'name' of the group and it's 'sys_id' Test Case: The 'Field Services' group was accidentally deleted:/nav_to.do?uri=sys_user_group.do?sys_id=5a9f86840fad27801cf441fce1050e3e Instructions: Undelete / restore the 'Field Services' group: Option #1 - Open the module 'Deleted Records', open the 'Field Services' group record and undelete it. Option #2 - On the SOT instance, export to .xml a copy of the 'Field Services' group record, then import into the instance with the missing group. /nav_to.do?uri=sys_user_group.do?sys_id=5a9f86840fad27801cf441fce1050e3e Restore these references by exporting to .xml from the SOT instance then import into the instance where the deletion occurred. This will restore the core references which are needed for the group to function properly. /sys_group_has_role_list.do?sysparm_query=group%3D5a9f86840fad27801cf441fce1050e3e/sys_user_grmember_list.do?sysparm_query=group%3D5a9f86840fad27801cf441fce1050e3e/sc_cat_item_delivery_task_list.do?sysparm_query=group%3D5a9f86840fad27801cf441fce1050e3e/sysrule_assignment_list.do?sysparm_query=group%3D5a9f86840fad27801cf441fce1050e3e Check for any remaining references which may need to be restored. If any are found, create a new URL similar to the ones above then repeat restoration steps. This will give you all the tables which contains a field that references the Group (sys_user_group table):/sys_dictionary_list.do?sysparm_query=internal_type%3Dreference%5Ereference%3Dsys_user_group Applicable Versions All Additional Information How to restore a deleted role and its references without scripts