How to move decision tables from one instance to another?

THOUSIF S N1
Tera Contributor

How can i move already existing Decision table from Dev to Test instance?

3 REPLIES 3

Rohit01998
Tera Guru

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,

This is not a normal table, decision table are stored under sys_decision

pvn
Tera Contributor

Did you manage to move the decision table? Can you share how you did it?