Which is the best practice to move newly created subcategories in sys_choice table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 08:03 PM
Hi Community,
Which is the best practice to move newly created subcategories in sys_choice table.
1) Export newly created subcategories from dev and import to test
2) through update sets
I have written record producer script based on user select these subcategories, it will auto assign to respective group in incident.
because these highlighted subcategories are not moved to test via update set at 1st time
Please advise
Thanks & Regards,
Srinivasu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2023 08:31 PM
Hi @Srinivasu2,
Update sets are the best method, as they will not cause any problems like missing manual activities.
Exporting and importing XML files is another option.
If my response helps to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers! 👍🏻
Thanks,
Sagar Pagar