Below is an example of how to import Contacts with AX++ code for customers.
DirPerson DirPerson;
DirPersonName DirPersonName;
LogisticsLocation logisticsLocation;
LogisticsElectronicAddress logisticsElectronicAddress;...(read more)
↧