Many times while upgrading or migrating from on-prem to cloud hosted ERP, our customers would like to know if their current AX DB size would be applicable on cloud. Do…
In this video, I’ll explain the steps of moving data from a flat file and SQL server to Azure SQL on cloud using SSIS.
In this second part of my three part series, I am going to list down steps to build an azure function to process Confirmed Purchased orders which which we are…

Setting up test data for unit Testing

We should make sure that the unit tests should be independent of data as much possible. For this purpose the Unit Test framework provided by David Pokluda also talks about two very important methods. setUp() and tearDown(). These are very important methods provided by all unit testing framework designed for any technology. setUp() deals with […]

1 min read

My Programmer Personality Type

The following results are taken from http://www.doolwind.com/index.php?page=11 ================================================================ Your programmer personality type is: DLSB You’re a Doer. You are very quick at getting tasks done. You believe the outcome is the most important part of a task and the faster you can reach that outcome the better. After all, time is money. You like coding […]

1 min read

Cascade Update in AX

Many people think that cascade update functionality is not available in AX. Since delete actions of ‘Cascade’ type are available to provide cascade delete functionality then why there is no cascade update. As usual Microsoft will not leave you in the middle of the sea. Cascade update is the default behavior of Ax if you […]

1 min read