Hi ,
my name is Nicolas D. and I am currently doing an internship in a medium enterprise at this time.
My job is to develop a program that take data from the old database and write .DAT and .DEF files for the new Axapta system.
After two weeks of programming that’s works fine : my program generate a .dat file , use a .def file previously generated with axapta with an exportation of all the tables and write RecID’s into the .DAT files.RecId is taken from the systemsequence table of axapta database.
Next I import my .DAT file , axapta say that everythings is okay , when i look into the axapta tables the records are well saved but nothing appears in the GUI of end-users , axapta owns the data but don’t want to display it in the forms.
Add: This only happens with the IventTable table.
Can you help me ?
Salutations D. Nicolas
PS: Sorry for my very bad English.
0
Comments
if you want the records be displayed in the form you need to generate a some records in a some other tables too.
You need 3 records in InventTableModule (hint: Purch, Sales, Invent)
and one record in InventItemLocation.
I think the best way to do it may be a updatejob (or class) within axapta.
Regards
jinx
I begin to try this solution now