Workspace 'My Lists' are all missing

Dave Wolfe
Tera Contributor

We just recently changed all the email/user names in all of our systems, including ServiceNow. When we changed the user name,  the Workspace the 'My Lists' section apparently is tied to the old user name behind the scenes, because all of those lists are now missing. I confirmed that was the source in a sub-production system. I know that the lists are stored in the sys_ux_my_list table, but apparently that table in not editable. Is there any way to change the userID on all the entries of that table as opposed to having to rebuild every list by hand. 

 

 

1 ACCEPTED SOLUTION

Raghav Sharma24
Giga Patron

@Dave Wolfe Can't you update the sys_created_by field with fix/background script. 

 

You can use GlideRecordObject.autoSysFields(false); while updating so that the created by field is not overwritten.


Please mark the answer correct/helpful accordingly.

View solution in original post

5 REPLIES 5

Edward Rosario
Mega Sage

Did you check

The lists are configured on the table: UX List Menu Configuration

  1. In your application navigator type: sys_ux_list_menu_config.list