Transfer data from Axapta tables to SQL table in ax 2009 using AIF Services

Transfer data from Axapta tables to SQL table in ax 2009 using AIF Services

Thanks in Advance

Manikkam…

You can create a service that will expose AX data to other applications and those applications can save them to a database (but that’s out of reach of AX services). Therefore with this approach, you have to create:

  1. An AIF service
  2. An application that reads the data from the service and do something with them, such as saving to another database.

Another approach would be to save data directly to another database without AIF. In theory, you could also create an AIF adapter to write data to external database (although I don’t see any good reason for doing that).