Asynchronous web services in NAV

Asynchronous methods are very useful for web services. To be able to start a process with one method and then check the status with another opens a lot of possibilities. There are two known patterns in NAV that support asynchronous methods; one is to use the…

Export NAV Application Objects

When working with NAV, you’re familiar of working with objects. And nowadays, we have quite a lot of options, like: Fob file Text file Split text files Delta’s Reverse Delta’s … (more?) Depending on the situation, you might be interested in one of these kinds of…