Import Wizard v1.00 (Navision)
Utility to import data from a file into Navision without any programming.
Choose file, field separator and destination table in Navision, and field mapping. Then run the wizard and data is imported.
http://www.mibuso.com/dlinfo.asp?FileID=588
Discuss this download here.
Comments
I downloaded and import Import Wizard, because it sounds very good for me, because I have to import often datas from a excel sheet. Now all the forms and tables are in the range af 60000 and I get a message, you do not have permission......
We have a license for programing and we are enduser. Is there a easy way to use this wizard?
Regards
Joerg
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Thanks, was very helpfull.
Regards
Joerg
Thats cool, But should it only be used for static data, I havent looked at it yet ,can you choose to Validate the fields?
And run the INSERT(TRUE) option?
Mobile: +44(0)7854 842801
Email: david.cox@adeptris.com
Twitter: https://twitter.com/Adeptris
Website: http://www.adeptris.com
I'm having trouble with
Table 99001521 does not exist
http://www.BiloBeauty.com
http://www.autismspeaks.org
Yes you can run the Onvalidate trigger for each field and the OnModify and OnInsert trigger for the tables.
To Savatage:
I did write this in v 3.7 and did not try this to any earlier versions. The AllObj table is table no 2000000038, and I belive that is also in earlier verions.
The problem might be the local variable 99001521 in the Table.Object Name - OnValidate. This variable should be removed.
Bjarni Thor
bjarnason_bjarni@hotmail.com
bjarnib@dagurgroup.is
It's not in 3.10b - anyone know when this table started?
http://www.BiloBeauty.com
http://www.autismspeaks.org
In the portuguese database this form doesn't exist (3.60, 3.70, 4.00).
It's used in codeunit 60000 on the function:
LookupFieldNo(TableNo : Integer;ToFieldNo : Integer) : Integer
Fields.SETRANGE(TableNo,TableNo);
IF Fields.GET(TableNo,ToFieldNo) THEN;
IF FORM.RUNMODAL(FORM::Form99001629,Fields) = ACTION::LookupOK THEN
EXIT(Fields."No.");
jpjesus@netcabo.pt
This should not be link to this form. This is a form I have in my system. You should import following code and change the form no to 60005 in the LookupFieldNo funtion.
bjarnib@dagurgroup.is
This should not be link to this form. This is a form I have in my system. You should import following code and change the form no to 60005 in the LookupFieldNo funtion.
bjarnib@dagurgroup.is
I've imported the file and it's ok now.
Meanwhile, while exploring your application I tried to import a <TAB> delimited file with <None> as a field separator into table 348 (Dimension). This is the usual format I use when importing/exporting data using dataports.
It doens't seem to be importing well because all columns endup in field 1.
I haven't had the chance to do more tests but as soon as possible I'll get back to you.
Also something that I will try improve and send you after is the translation of ANSI to ASCII bc of the portuguese characters.
Once again, thank you. I think this is a very nice tool, well designed so congratulations and thanks for sharing it.
jpjesus@netcabo.pt
I’m currently working on version 1.01 of this tool. I will take a look at the TAB option and find out why it is not working.
I would be happy to add the portuguese characters to the tool. Can you please send me the convertion.
Examples of things I'm adding to the new version:
1. Multiple files import (select directory and fields prefix or sub fix)
2. Move files after import to a backup folder
3. Added Batch Templates
3. Add Records to Incremental tables. (Today the incremental always start at 1)
If there are any suggestions, I would appreciate it.
bjarnib@dagurgroup.is
is newer Version finished? Where can i find it?
Thanks very much