I am currently setting an integration configuration between NAV and a webservice which in turn updates another software. The end result should be that the customers of both NAV and the other system are in synch. In order to get this I require that as soon as the customer is inserted/delete/updated in NAV the info is sent to the other system and vice-versa.
I managed to update/modify/read/delete a customer from NAV through a webservice when needing to update the NAV records. But I have still not managed to send the entrie record from NAV to a com object or webservice whenever it is updated/modified/deleted/created.
Comments
But could you provide more info on what you are trying to do?
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
I managed to update/modify/read/delete a customer from NAV through a webservice when needing to update the NAV records. But I have still not managed to send the entrie record from NAV to a com object or webservice whenever it is updated/modified/deleted/created.