Customer Data Import
Necessary field
Customer Account,
Name,
Customer Group,
Currency,
Country
Function
To import customer data before, you need to have a data of customer group.
Following are some tables, fields, fields relation and founctions for import data.
CustTable.AccountNum,
DirPartyTable.Name,
CustTable.CustGroup,
CustTable.Currency,
LogisticsPostalAddress.CountryRegionId
CustTable.Party == DirPartyTable.RecId
CustTable. CustGroup == CustGroup. CustGroup
CustTable.PartyCountry == LogisticsPostalAddress. CountryRegionId
CustTable.insert()
CustGroup.insert()