top of page

BASELINE integrated with Dynamics AX 2012

Synchronization Overview

Synchronization Overview

Microsoft Dynamics AX 2012 Table Overview

Microsoft Dynamics AX 2012 Customer Table

Download all Tables, Fields and Relationships from Dynamics AX

Select Tables and Fields from AX and generate Migration Set, SQLite database

Generate Model files for use in your Mobile App

Autogenerate and compile the webservice file

Deploy Webservice files directly to the Web server from Baseline

Test autogenerated functions to send and receive data from Dynamics AX AOS

Test data downloaded from Dynamics AX server

Test and Edit data to send to Dynamics AX server directly from BASELINE

BASELINE is a development tool designed to allow rapid prototyping and reduce the overhead to building mobile applications with Microsoft Dynamics AX integration. 

​

When building a mobile application with Dynamics AX back end integration there are 3 important parts to the synchronization process.

​

  1. The encrypted SQLite database on the mobile device

  2. Pull data from Dynamics AX  Application Object Server and save to the SQLite database on the mobile device via a webservice

  3. Pull updated data from the SQLite database on the mobile device and save the changes to the Dynamics AX Application Object Server via a webservice.

​

The important issue is that all functions must work in sync with the database schema in Dynamics AX and the SQLite database on the mobile device in order to maintain data integrity.

​

BASELINE facilitates this requirement by automatically generating the SQLite database, and all required functions for synchronizing the selected tables back and forth between Dynamics AX and the mobile device.

​

BASELINE also keeps track of migration profiles for your PRODUCTION, DEVELOPMENT, AND TEST Dynamics AX servers.

 

This makes it easier to test changes and updates directly in BASELINE before deploying your mobile application to the mobile device.
 

Coming Updates and Features...
- Development of templated Xamarin applications

  • Login page with Azure Active Directory login

  •  Customizable Home/Landing page, Details, List and Synchronization pages for the mobile app.


- Sync adapters between BASELINE and Dynamics 365 that would allow integration with Microsoft Dynamics Field Service and Sales.


​

bottom of page