Options

Records in tables but not in forms

MecaNicoMecaNico Member Posts: 5
edited 2005-08-02 in Dynamics AX
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.

Comments

  • Options
    jinxjinx Member Posts: 10
    Hello Nicolas,

    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
  • Options
    MecaNicoMecaNico Member Posts: 5
    Thanks a lot for your help , your information was very usefull .
    I begin to try this solution now :)
Sign In or Register to comment.