Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

Where is the data from "My Lists" Stored for Service Operations Workspace ?

SauravP67797804
Tera Expert

I need to get an extract for where the "My List" data is stored ?

Is this a table we can use .. 

I need to get an extract of the data stored in my lists [ this is a customized list ] for customers users .


1 ACCEPTED SOLUTION

Dr Atul G- LNG
Tera Patron

Hi @SauravP67797804 

 

It is not a normal list, it is WS and stored sys_ux_my_list table.

****************************************************************************************
Regards
Dr Atul G. - Learn N Grow Together ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
******************************************************************************************

View solution in original post

3 REPLIES 3

Vishwa Pandya19
Mega Sage

Hey Saurav,

 

The data on "My List" is stored in sys_ux_my_list table.

You can export the data from this table.

 

If my answer has helped you in any way please mark it as correct or helpful.

Dr Atul G- LNG
Tera Patron

Hi @SauravP67797804 

 

It is not a normal list, it is WS and stored sys_ux_my_list table.

****************************************************************************************
Regards
Dr Atul G. - Learn N Grow Together ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
******************************************************************************************

SauravP67797804
Tera Expert

Thanks