Maps In Axapta

There are two kinds of maps in AX. There is a collection class called map,which basically just maps a set of keys to a set of values.

And then there is the table map, which is kind of a interface for individual tables.
For example all table holding address information are parts of  the AddressMap table map.

Comments