Customer Data Import for AX2012

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()

best practices

To import customer data before, config a Ledger data for related currency.
posted on 2012-02-09 23:58  Forrestlyu  阅读(291)  评论(0编辑  收藏  举报