deleting users in servicenow

wbwb
Tera Expert

Is it best practice to just disable users or delete them?  For example, if I delete a user, will the historic incidents that the user may have submitted still reflect with their account linked to it?  Any other issues to be aware of?

1 ACCEPTED SOLUTION

Allen Andreas
Administrator
Administrator

I would recommend to simply inactive users.

If you delete them, as you questioned, it will remove their name from the system, but their "ghost" of a sys_id will remain and anything they did or worked on will be referenced by that sys_id and it makes things very difficult.


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

View solution in original post

4 REPLIES 4

Allen Andreas
Administrator
Administrator

I would recommend to simply inactive users.

If you delete them, as you questioned, it will remove their name from the system, but their "ghost" of a sys_id will remain and anything they did or worked on will be referenced by that sys_id and it makes things very difficult.


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

nayanawadhiya1
Kilo Sage

Best Practice is disabling the users by updating the Active as False and Locked out as True.

Yes it will reflect to historic incidents and wherever that is referred it will impact. 

Vishal Khandve
Kilo Sage

Hi,

simply disable the user.

 

vinothkumar
Tera Guru

Dont delete the user record, because it will delete the reference where it has been referenced like incident as caller, service request task, etc.,

 

Just disable it.