ISSUE:
When multiple cities for same zipcode exist:
- When a customer enters a zip code and a city and submits the data, AX changes the city to the first city it finds for that zip code
REFLECTION:
There is a table LogisticsAddressZipCode where this data seems te be stored.
- Which method is responisble for looking up the zipcode and returning the associated city ? Where can i find this method ?
- in case of multiple cities with the same zipcode: When the associated city is returned, it is always the first city. How to match the city to the original user input, rather than the first match by zipcode ?
Thank you.
*This post is locked for comments