简体   繁体   English

Dynamics 365 9.1-从Excel导入外部实体的数据

[英]Dynamics 365 9.1 - Import data from excel for external entity

I'm trying to import data describing contacts from excel file. 我正在尝试从excel文件导入描述联系人的数据。 Under my Contact entity Iv'e created a relationship to a new customized entity (Source). 在我的联系人实体下,Iv'e创建了与新的自定义实体(源)的关系。 How can I import data about my contacts from excel file including the Source which is a different entity Iv'e created? 如何从excel文件(包括我创建的另一个实体的来源)中导入有关我的联系人的数据?

When I import the data, there's no option to mention that the Source field is a lookup to another entity. 当我导入数据时,没有选择提及Source字段是对另一个实体的查找。

Thanks everyone, Idan 谢谢大家,伊丹

When you set up your Contact import file you can add a column to identify the Source. 设置联系人导入文件时,可以添加一列来标识源。 The most obvious options would be the name or the ID. 最明显的选项是名称或ID。

Here's an example of adding the Account name to a Contact import: 这是将帐户名称添加到联系人导入的示例:

联系进口

When you do the mapping, you can tell it which field on the Source entity to map to. 进行映射时,可以告诉它要映射到Source实体上的哪个字段。 In the above example, it maps to Account Name. 在上面的示例中,它映射到“帐户名”。

帐户名称映射

During the import, lookup fields will take the right related value by searching the Name of that record like: 在导入期间,通过搜索该记录的名称,查找字段将获得正确的相关值,例如:
CustomerId(string); 客户编号(字符串); CountryId(lookup) ; CountryId(lookup) ;
exampleCustomerId; exampleCustomerId; Italy ; 意大利 ;

Italy is the name of that specific record. 意大利是该特定记录的名称。 Relationship is automatically solved. 关系自动解决。

Hope it helped :) 希望它有帮助:)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 MS Dynamics CRM 365-从Excel文件导入数据 - MS Dynamics CRM 365 - import data from Excel files 如何在Dynamics 365的数据导入期间停止进程运行? - How to stop processes from running during data import for Dynamics 365? 动力学 365 API 9.1 将联系人关联到机会 - dynamics 365 API 9.1 associate contact to opportunity Dynamic 365 - 无法从 Json 文件更新 Dynamics crm 中的相关实体数据 - Dynamic 365 - Unable to update related entity data in Dynamics crm from Json file Dynamics 365 (CRM) 9.1 版在线 C# 代码错误:实体 ID 必须与属性包中设置的值相同 - Dynamics 365 (CRM) Version 9.1 online C# code Error: Entity Id must be the same as the value set in property bag 将数据从 Dynamics CRM 4.0 迁移到 365 - Migrate data from Dynamics CRM 4.0 to 365 Dynamics crm 365 快速创建表单获取父实体数据 - Dynamics crm 365 quick create form get parent entity data 从Dynamics 365和Azure自动更新外部数据库 - Automate updating external database from Dynamics 365 and Azure 从Microsoft Dynamics 365在线调用外部api - Call external api from Microsoft Dynamics 365 online 动力学 365 API 9.1 如何将机会与产品关联 - dynamics 365 API 9.1 how to associate opportunity to product
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM