Is there any way to migarte the my lists data from old workspace to the new workspace (sys_aw_my_lis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2024 06:18 AM
I'm trying to migrate the lists from old workspace to configurable workspace..so basically I wanted to migrate data form sys_aw_my_list to sys_ux_my_list. Is there any possible solution to achieve this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-08-2024 10:37 AM
Hi @poornima batchu ,
Please follow below steps.
Step 1: Export the "sys_aw_my_list" in XML with respective user_id.
Step 2: Copy the content from XML to Notepad++
Step 3: use and replace all "sys_aw_my_list" with "sys_ux_my_list"
Spep 4:Find <sys_id>.*?</sys_id>
Replace All with empty
Step 5: Edit --> Line spacing --> Remove empty lines
Step6: Copy All and paste it in notepad
Step 7: Import to ServiceNow
Please mark helpful & accept answer if its worthy for you.