By Tim on
5/7/2012 12:17 PM
Most of us know that you can use the CHANGECOMPANY function in NAV to change the target company for a query in NAV to allow us to perform C.R.U.D. operations against a table in another NAV Company. While that can be pretty handy for reading data, it has several difficiencies when we want to perform an INSERT, MODIFY or DELETE. The biggest difference is that any Triggers that get triggered actually get run against the Company where the code is being executed from and not against the target company. With the advent of the NAV Web Services we have a new alternative.