- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2024 08:01 AM
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
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2024 08:40 AM
@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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2024 08:40 AM
@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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2024 08:57 AM
Sandeep,
Thank you very much.