CRUD Operations with AIF Document Services in Visual Studio

In this post I will demonstrate all steps to configure and consume AIF document service for a simple demo table with 4 fields which is not a standard table in Ax.   In this table we can store course data.

Perform CRUD operations from Visual Studio console with AIF Document services

In this post will demonstrate all steps to configure and consume AIF document service for a simple demo table with 4 fields which is not a standard table in Ax.  In this table we can store course data.

With AIF Document services it’s possible to perform CRUD ((Create, Read, Update Delete and Find ) operations to an Ax table from an external system (in our case Visual Studio console) . We will  demonstrate all steps from creation of this table , generating AIF Document Service Wizard until the  Visual Studio console is ready to do CRUD  operations, we are using in this demo.

Program.cs file