Creating an item from x++

jjw
jjw Member Posts: 4
edited 2004-11-26 in Dynamics AX
Okay, i'm totally new to axapta and i'm sitting here messing around in trying to create a new item programmatically.
But somehow it will not show up in the items overview.
I've checked my sql database. The new record is there and it seems like all mandatory fields have been filled in.

Please enlighten me :)

Comments

  • jinx
    jinx Member Posts: 10
    you need to create 3 records in inventtablemodule (purch, sales, invent) and 1 record in InventItemLocation, too.
  • jjw
    jjw Member Posts: 4
    yes, i figured it out right after i posted my question, doh :)

    Thank you jinx