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

Saurav
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
Tera Patron

Hi @Saurav 

 

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

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

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
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

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
Tera Patron

Hi @Saurav 

 

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

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

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
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Saurav
Tera Expert

Thanks