1

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?

Jan B. Kjeldsen
  • 17,817
  • 5
  • 32
  • 50

1 Answers1

1

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.

Jan B. Kjeldsen
  • 17,817
  • 5
  • 32
  • 50