Показать сообщение отдельно
Старый 15.05.2008, 08:07   #17  
Bakai Madybaev is offline
Bakai Madybaev
Участник
 
201 / 16 (1) ++
Регистрация: 22.04.2008
Ура, Нашел:

http://forums.microsoft.com/Dynamics...6322&SiteID=27

In order to import lookup fields you need to render the CSV source attribute in the following format:
" [ Related Entity Type Name ] , [ Related Entity Instance GUID ] "

For example
"account,{BB51BC3D-98EB-DC11-9C73-0002B3C73EB0}"

Here is a complete contacts.csv example

FirstName,LastName,ParentCustomer
Adi,Katz,"account,{BB51BC3D-98EB-DC11-9C73-0002B3C73EB0}"

Notice the " " wrapping the lookup value. This is because a comma (,) is used to separate the Related Entity type and value.

There is also a great import tool built for CRM 4.0. Follow this link to download :
http://blogs.msdn.com/crm/archive/20...tion-tool.aspx