Search code examples
axaptaaddressbookdynamics-ax-2012-r3

AddressCountryRegion table in ax 2012 R3


My form in ax 2009 is using method in table AddressCountryRegion::type but in 2012 r3 this table is prefixed as DEL so I wonder what is the equivalent of this table,method and enumeration in ax 2012r3?


Solution

  • The new name is LogisticsAddressCountryRegion. If you need a human name, you will have to look in LogisticsAddressCountryRegionTranslation.

    Or use the view LogisticsAddressCountryRegionNameView.

    For the full view see the white paper.