Hi Expert ,
I have created Extension package for NAV 2017 with the help of below urls
1) saurav-nav.blogspot.in/.../microsoft-dynamics-nav-2016-extensions_11.html
2) www.waldo.be/.../nav-extensions-updated-generic-data-migration-options
I have written one 'upgrade' normal Codeunit as below :
OnNavAppUpgradePerCompany()
RestoreFieldsInModifiedTables(33064461,33064499);
RestoreAppTables(33064461,33064499);
and use 1) NAVAPP.RESTOREARCHIVEDATA("Object ID",TRUE);
2) NAVAPP.RESTOREARCHIVEDATA("Object ID",TRUE);
I am able to installed and uninstalled successfully . While i am uninstalling our package extension ,table data backup also done in database as a a$AppData$f86b44d8 , $AppData$f86b44d8 ....... . Again i have installed our another extension version but backup data are not restored in our extension table. As per my understanding it should be restored data. Please give me an idea why it's not stored in our extension table.
Thanks
Surajit Kundu
*This post is locked for comments