We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Migrating from Service Portal to Employee Center

Darlene York
Tera Contributor

Good morning,  Is there a way to move all the catalog items from service portal to employee center at one time, or do they have to be added one at a time to the taxonomy.

 

Thank you

1 ACCEPTED SOLUTION

Sandeep Rajput
Tera Patron

@Darlene York You can write a fix script to associate a topic to catalog items in bulk by creating records in m2m_connected_content table. Otherwise you will have to manually assign topics on the catalog items

View solution in original post

2 REPLIES 2

Sandeep Rajput
Tera Patron

@Darlene York You can write a fix script to associate a topic to catalog items in bulk by creating records in m2m_connected_content table. Otherwise you will have to manually assign topics on the catalog items

Sandeep,

Thank you very much.