We have just started Navision in integration with a hospital management software which is in VB. Is it possible to code posting groups in VB/VB.net instead of navision. Our requirement is actually like this, we want to be able to use the finance module of Navision without opening the application. That is, whenever a transaction happens in our Hospital Management software, it should automatically affect chart of accounts in Navision online without opening the application
Suggestion and comments please!!
0
Comments
I've been involved in a number of integrations with Navision using Message Queing, and I've found this to be the best method by far. I've also written one that reads and processes transactions from a linked table on SQL Server, which worked very well but that was tricky. Then you can also use ADO.
The same point applies to all of these methods though. You use the integration only to exchange data, and you let Navision functionality handle the posting.
RIS Plus, LLC
Also the journal-tables have a lot of business logic in them that is best used to make it easier.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
The best way that I know is to send XML messages into a message queue and have a queue monitor catch those messages and do what you need to do with them.
I don't like having any external program writing anything into 'my' Navision databases, that's like letting a stranger use your shower . For sure though, if you do let an external (external to Navision) process populate anything, it should be a staging table that a Navision process monitors. This process then would populate the right tables, using the right business logic.
RIS Plus, LLC