How to find the country region code in D365 for X++
LogisticsAddressCountryRegion::findByISOCode(SysCountryRegionCode::countryInfo(curext())).CountryRegionId
I created a runnable class, and it is working fine in the development environment. After that, I moved the class to the Tier-2 environment. ...
No comments:
Post a Comment