This transfer will transfer new and updated D365 Sales contacts into MS Dynamics Business Central Contacts. All mappings are either 1:1 or additional lookups have been created. However, there are specific mappings where you have more than 1 option to map the indicated fields:
D365 Sales Field | MS Dynamics Business Central Field |
##LSLOOKUP('COUNTRIES'+'#REVERSE',"address1_country") | Country_Region_Code |
address1_country | Country_Region_Code |
Note:Address1_country is a free text field in D365 Sales. It can be turned into a picklist by updating the current setup ( Settings -> Customization -> Entities -> Accounts). In Business Central, the Country_Region_Code is a picklist and only the available options will be allowed.
D365 Sales Field | MS Dynamics Business Central Field |
##LSLOOKUP('%%LSUSER%'+'#REVERSE',"_ownerid_value") | Salesperson_Code |
##IF(EQUALS(_ownerid_value,''),SKIPFIELD(),DBLOOKUP('SOURCEDS','systemuser','systemuserid',"_ownerid_value",'nickname'))) | Salesperson_Code |
Note:The owner ID field is a GUID field in D365 Sales and it will need to be converted to the Business Central Salesperson Code.