Importing tasks into a CWM space

Jonah Piascik
Tera Expert

Is there an easy way to import tasks into a CWM space (i.e. from a excel spreadsheet) that does not involve platform admin support?

1 ACCEPTED SOLUTION

Sunil B N
ServiceNow Employee
ServiceNow Employee

Hi Jonah,
This is on our future roadmap to make it viable for end user without admin support.
If the tasks are repetitive, you can save it as board template and User can create a fresh board out of it.

As of now, the alternative is to import via standard ServiceNow platform process.

Major tables to be populated: sn_cwm_task, sn_cwm_task_custom(linked to task via source id and source table), sn_cwm_board, sn_cwm_columns_usage(if you have new custom columns)

Thanks and Regards,
Sunil B N

View solution in original post

3 REPLIES 3

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Jonah Piascik 

 

To get the data you can use import /export or send the attachment to ServiceNow and then parse it and move the excel data to required tables and fields.

*************************************************************************************************************
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]

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

Sunil B N
ServiceNow Employee
ServiceNow Employee

Hi Jonah,
This is on our future roadmap to make it viable for end user without admin support.
If the tasks are repetitive, you can save it as board template and User can create a fresh board out of it.

As of now, the alternative is to import via standard ServiceNow platform process.

Major tables to be populated: sn_cwm_task, sn_cwm_task_custom(linked to task via source id and source table), sn_cwm_board, sn_cwm_columns_usage(if you have new custom columns)

Thanks and Regards,
Sunil B N

Thank you @Sunil B N