I need to setup an automated way to exchange data between NAV and another software (RailcarRx Repair Management System).
Where NAV will keep track of Inventory and the actual belling happens in the other software. In NAV I need to send Inventory list Info like No., Name, Qty On Hand, and Unit cost. the other software will be sending what have been used and billed so I can created Inventory adjustments adjustment in NAV.
Any ideas on ways to do this?
Thank you
0
Answers
And an additional web service to receive data
The web service is a code unit you can publish via NAV. This web service can be reached from outside of the system, and then process the data.