How to move decision tables from one instance to another?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2023 12:14 AM
How can i move already existing Decision table from Dev to Test instance?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2023 12:39 AM
Hello @THOUSIF S N1 ,
Please follow below steps.
1.Go to the System Definition --> Tables and export the table record as XML and import in other instance.
2.Go to sys_dictionary.LIST .Filter the entries for the table name exported in the step 1. Export as XML and import in other instance.
3.Go to System Definition --> Modules . Filter the module you want to move.Export as XML and import in other instance.
4.Now you need to export all configurations like Business rule, client script etc used for the table and import them in other instance.
5.If you want to move the records created in that table then like wise you need to export and import.
Mark my answer correct and helpful if this helps you...
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-29-2023 12:46 AM
This is not a normal table, decision table are stored under sys_decision
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2025 01:16 AM
Did you manage to move the decision table? Can you share how you did it?