“…thank you and your team for all the outstanding work you did under trying circumstances at times. We hope to continue our mutually beneficial working relationship. Take care, and give my best to your team.”
Gino Manocchio, Agility Business Solutions, Partner, 2011
AxDevGuru
2012-07-24

Working with files in Ax

1023

Very often you may need to get a list of file name locaten in a specified folder, move them to the archive or get their size for adding a progress bar if file load is slow.

Here are few methods in X++ that maybe useful when working with files.

Read More »

AxDevGuru
2012-01-20

File import template - import to LedgerJournal

6

Here is the XPO file with a template of file import to LedgerJournal.

Import class creates new journal header, lines, posts journal.

Class is designed to run in batch mode. It reads comma separated file. 

Read More »