Create New customer address and update customer address using x++ code
How to update customer address using Code static void updateCustomerAddress(Args _args) { LogisticsPostalAddress address; CustTable custtable; DirPartyPostalAddressView postaladdressView; DirParty dirparty; LogisticsLocation location; DirPartyTable dirPartyTable; while select custtable where custtable.AccountNum == "100" ...