Import Invent Items

Hello , I am a newbe. I like to import artikels in Axapta 3.0. Is there a script that will import artikels from a TXT file?.

U can import items from excel: -create excel template from Axapta -import *.txt into excel template *.xlt (IMHO: for importing in excel is bbetter use *.csv format) -import excel into tables Axapta Important: U need importing all 3 tables: -inventTable -inventItemLocation -inventTableModule Rgds!

And beware - there are 3 instaces of inventTableModule: Invent, Sales and Purch

Yes! Thanks for addition :slight_smile: