How promote a Custom Decision Table from one instance to another

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-05-2023 04:07 PM
We have created few Decision Tables (in sys_decision using decision designer) to perform various business rules as part of our scoped application. When we promoting the scoped app from one dev instance to another dev instance. Though the decision table is getting promoted, but there is no data inside the decision table in the target environment.
E.g.
1. Created a decision table using decision designer called 'Address Routing' with inputs - state, order_type. added multiple conditions for inputs state and order type and result as Reference to another table record.
2. Saved the decision table.
3. Commit and Publish the app
4. Install the app in the target instance. The decision table 'Address Routing' is created but the conditions within the decision tables are missing.
Please help what could be the reason, whats the best way to move the decision table conditions?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-01-2025 03:56 PM
what we do currently is export the tables as XML and then import these XMLs in the other environment. In this case we export the following tables. Again these are for Global / Order Management decision tables. For Scoped app decision tables those are included in the app itself.
1. sys_decision_question
2. sys_decision_input
3. sys_decision