Hello, I have a problem with migration process. On the version 7 I used map segments that are called by other processes which share it. After I migrated my solution to version 9 the map segments converted to sub processes.
In the solution there are screens that are sharing between processes and sub processes. In this screens we have to use the Business Object of the sub process. In doing so, generates information in the table in sub process in the database.
The problem occurs when the migration tool encapsulates the code of version 7 in the “Evaluate” command, eg: Evaluate (% variable: =" Some text "). When the engine executes this instruction the information is looking for on the process instead of the sub process, where information exists.
A first solution we evaluated, copy the sub process information to process and maintain synchronized process information in both tables (speaking at the database), but has the disadvantage that it duplicates the information and growing exponentially.
Does anyone have a solution for this?
How have handled the map segments on migration to version 9?