I have to assign a task to a team member to programatically write data to Microsoft NAVision and also read from it. Specifically we will be writing data that is in one of our systems into the customers NAVision financials module, and this will be on a periodic batch basis, say on a weekly basis.
I have programmed against Sage before where I have provided an XLS output that has been in the expected format by Sage and the system administrator imports from Sage.
Is there a similar process for Navision? Sepcifically fincancials?
I would prefer to write my data to a file and have someone else input that data to NAVision. Would also prefer a data dump from NAVision (Excel or XML) so that I can read it back into our system. I don't want the risks associated with pumping data directly into a financial system.
Our system is Java based and would prefer not to have to use .NET if possible.
Options?