I'm moving data using rapidstart from an very old database.
In several tables we created 50xxx range fields that didn't exist in our version however they do exist in the NAV 17 version. For example the Salesperson/Purcahsor table contains email which we created 50000 - Email.
Is there a way to map fields in the rapidstart environment? For example on import field data in 50000 -> field 5052.
I've probably sent more time trying to find the answer whereas i could have just wrote code to do so, but I'm trying to avoid writing code to handle each of these.
Thanks
0
Answers
Alternatively is build a library of the headers. That will allow you to compare the current field to what it might have being named before.
The macro can run through this easily may be able to figure out what column in the old excell should be moved to the new column in the current template.
Does your old version support xmlports?
http://mibuso.com/blogs/davidmachanick/
where i can find the xmlport genreator you're referring to ?
Tks in advance
Fabrizio
when I do migration through rapidstart and excel in between the old system and new I usually export from old system data to excel in one structure. In another excel I have the template from RSS from new NAV and then just copy/paste rows or with some formulas copy data from one excel to another and then import excel template to new NAV.
I find out this very quickly when using some formulas for mapping or copying data from old excel to new excel and then importing to new NAV.
Br,
Renato