Tag: Interfacing

  • Dynamics Ax Creating sales orders with the SalesAutoCreate class

    Many projects use an interface to import their sales orders, because of this a SalesAutoCreate class was created. This class is easily extendable and customizable.The first thing to do is designing a buffer table, like this one for example: After this we can start extending a new class from the SalesAutoCreate class and modifying the…