Question

I am stuck at importing the postcodes there is no option for the UK In drop down list in Organisation Setup --Adress--Adress setup -- Import Postcodes. I am using Ax2012 R3

Était-ce utile?

La solution

Looking at AX 2012 FP, that's probably because there is no option to import UK zipcodes. The enum only contains the one you see in the drop down list (BE, NL, SE and US). These then correspond to the a class that extends AddressZipCodeImport that do the actual importing.

If you want an option in that screen to import UK zipcodes, you'll have to program it yourself. This should be very straightforward. The easiest way is probably to import a CSV file with your data into the LogisticsAddressZipCode table.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top