Help Portal categories want to replace with other categories
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2025 06:16 AM
Hi All,
I want to replace the all categories which are showing in the left pane with other categories.
I changed the table name from server script for Clone widget of sc categories as per below but it did not worked
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2025 02:33 AM
@Juhi Poddar Is that possible to copy these records to sc_category from new table? I was thinking this but not done to avoid any mess.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2025 02:47 AM
I tried with adding records in sc_category but its not displaying the categories which i want to show. Any alternate option to achieve this requirement?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2025 03:18 AM
Hi @vidyajadhav ,
Categories will not show up on the portal list if they don't have any catalog item. Make sure at least one catalog item is related to the category.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2025 07:54 AM
@Community Alums thank you for your response here. Yes i added catalog item and i was able to test one category to show up in left pane. Thank you for your support here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2025 03:03 AM
Hello @vidyajadhav
If both tables are identical, then a simple export and import is the easiest and most straightforward approach.
You can try the following steps:
Export the data from the original table in Excel format.
Import that Excel file as a new data source and load it into a staging table.
Create a Transform Map to map the staging table to your target table.
Run the transform to load the data into the new table.
There are several ways to migrate data between tables in ServiceNow. Here are some useful resources:
- Migrate records from one table to another and still retaining sys field values after migration
- exporting-data
Note: Always start by testing the process with just one record to ensure everything works as expected before doing a full migration.
Hope this helps!
"If you found my answer helpful, please like and mark it as an "accepted solution". It helps future readers to locate the solution easily and supports the community!"
Thank You
Juhi Poddar
