Automation Controller
One option for NAV interfacing is by connection to COM Automation servers. A key group of Automation servers are the Microsoft Office products. Automation components can be instantiated, accessed, and manipulated from within NAV objects using the C/AL code. Data can be transferred back and forth between the NAV database and COM Automation components.
Only non-visual controls are supported via this interface (that doesn't mean we couldn't figure out a work-around, just that they aren't supported by Microsoft). The Client Add-in feature, discussed later in this chapter, provides visual interface capability through another integration approach.
We cannot use an Automation Controller defined COM component as a control on a NAV Page object. Only client side automation objects are supported. This is because the NAV server tier operates in 64-bit mode and many COM objects are not compatible with 64-bit operating systems. Instead of server side automation...