Hi!
We are refactoring the factory and improving its ordering by encapsulating modules and server action above all and I find that it is a titanic task, because we have to create the tables in the new entities, make the inserts from the old table to the new one (insert select) and update all the references one by one, all this being careful not to break anything in production.
Is there a better way to do it? Maybe through bbdd I can change the module of a table or something like that ...
Refactoring tasks are very heavy on OS
Hi,
This forge component can help you
https://www.outsystems.com/forge/component-overview/496/refactor
Although not updated for v11, if you install it, it will work.
Also relevant to read/learn is
https://www.outsystems.com/training/courses/69/validating-and-refactoring-applications/
Regards,
Daniel
Thanks for the answer, I was actually looking for a faster solution, since I have to move about 25 tables and do it with refactor or it is scripts, the steps are too manual
I don't think there is a "magic button" that automates the whole process for you.
You could look at tool like Infosistema DMM but it is not for free, and you need to learn the tool too, so that cost time too.