AX7 / D365 Extensions: Add a Field and a Method to a Table
In July I posted my first article regarding extending AX 7, where we talked about how to extend a class. Today I would like to show you how to extend a table. In this post we will add a new field and also create a extension class to add a new method to the table. Table Extension –...