Hello,
Configuration : NAV 2018 in Extension V2
Today i have an extension that gather all my new field in tableextension and my new tables.
Tomorrow, I would like to reorganize my extensions, and dispach some table or field in multiple extensions.
For exemple :
I have : Global Extenton = Tableext with Field A and Field B
I want : 2 extensions = 1 extension with tableext with field A, 1 extension with tableext with field B
What is the best way to move the data without loss ?
- I heard about NAVApp but it's just for V1, no ?
- I heard about Upgrade Codeunit , but it seems that it's just for new fields that needs default values or new tables that must be linked to existing records, but not for moving data, right ?
- Do I have to use a backup database and do all my needs with an SQL script to transfert data ?
Thanks by advance