lunes, enero 21, 2013

TableMapper: Automatic Table Mapper for Dynamics Ax

TableMapper maps fields from one table to another automatically, if the field has the same name in both tables. It is great to easily create initFrom methods and to populate temporal tables.


Features:
1- Automatic bindings between tables with a few lines.
2- Manual field bindings with the method Bind.
3- Ignore automatic bindings with the method Ignore.

Download:
Xpo for Ax 2012
Xpo for Ax 2009 (soon)

To learn how to use it read the test class and the following example: