Creating Vendors through X++ in AX 2012- PART III Creating Vendors through X++ in AX 2012- PART I Creating Vendors through X++ in AX 2012- PART II --Create postal address-- public void createPostalAddress(VendorRequestCreate _vendorRequestCreate) { VendorRequestAddress vendorRequestAddress; DirPartyPostalAddressView dirPartyPostalAddressView; ; select Addressing, LogisticsAddressCity, LogisticsAddressCountryRegionId, LogisticsAddressStateId, LogisticsAddressZipCodeId from vendorRequestAddress where...(read more)
↧