대부분의 고객관계시스템은 데이터를 파일로 Export하는 백업 기능을 제공합니다.
일반적으로 이러한 파일 형식은 구분된 텍스트(. txt), 쉼표로 구분된 값 (CSV) 파일, XML(. xml) 또는 Microsoft Office Excel (*. xls 또는. xlsx) 중 하나입니다.

데이터 가져오기 마법사는 모든 파일에 확장자 .csv, .txt, .xml 또는 .zip이 필요합니다. 따라서 백업 시스템은 다른 유형의 파일이 작성할 경우 그 파일을 위의 파일 형식 중 하나로 변환해야 합니다. .csv 파일의 텍스트는 임의의 구분 기호를 사용할 수 있습니다. 반드시 쉼표를 사용할 필요는 없습니다.

1.각 유형의 레코드를 별도의 파일로 저장합니다.
•각 레코드 종류의 파일 이름 지정 :


•메모와 첨부 파일을 관련된 레코드에서 별도의 파일로 저장합니다.


•주소를 별도의 파일에 저장합니다.



2.각 파일의 데이터가 정확하게 구분되었는지 확인합니다.
한 번에 가져올 모든 파일에 동일한 구분 기호를 사용해야합니다.

•쉼표 (,), 콜론 (:), 세미콜론 (;) 또는 탭 (\ t)의 일관된 필드 구분 기호 (파일에서 데이터 열을 구분하는 데 사용하는 문자입니다.) 데이터의 각 열을 구분합니다.
•열의 데이터 필드 구분 문자가 포함된 경우 필드 데이터의 양쪽에 데이터 구분 기호 (필드 구분 문자가 포함된 데이터를 묶을 때 사용하는 문자 예를 들어, 필드 구분 쉼표로 데이터 나누기를 따옴표 경우 파일 1 개의 열에 "Redmond, WA"를 포함하여 그대로 1 개의 열로 처리할 수 있습니다.) 를 배치합니다. 따옴표 ( ") 나 작은 따옴표 ( ')를 사용하십시오.
예를 들어, 필드 구분 기호로 쉼표를 사용하는 경우 원본 데이터 "Address"열의 데이터에 쉼표가 포함될 수 있습니다. 예제 주소는, 123 Main Street, Apartment 2입니다. 일반적으로 따옴표를 데이터 구분 기호로 사용합니다. 이 예제에서는 "123 Main Street, Apartment 2"를 사용하는 것입니다.

3.필요한 경우 파일을. csv 확장자로 변환합니다.
변환 방법은 데이터에 ASCII문자가 사용되고 있는지, 비 ASCII문자를 사용하는지에 따라 다릅니다.

데이터를 XML 형식의 경우에는 Excel에서 파일을 엽니다.

1.파일을 오른쪽 클릭하여 관련 추가를 선택한 다음 [관련 추가를 선택합니다.
2.[관련 추가 대화 상자에서 연결 추가를 선택합니다. Excel에서 XML 파일을 여는 방법에 대한 자세한 내용은 관련 추가 대화 상자에서 도움말 을 클릭합니다.

데이터가 Excel 파일에 있습니다 ASCII 문자만을 사용하는 경우 각 파일을. csv 파일로 저장합니다.
Microsoft Office Excel에서 파일 이름으로 저장 을 클릭하여 CSV (쉼표로 구분) (*. csv) 을 선택합니다. 

데이터가 <_ms_Excel_short> 파일에 있으며 비 ASCII 문자를 사용하는 경우 각 파일을 Unicode 또는 UTF - 8로 변환합니다.
 임포트 파일에 비 ASCII  (영어에 필요한 모든 문자와 기호를 정의한 문자 집합) 문자가 포함되어있는 경우 가져오기 파일을 Unicode  (현존하는 주요 언어를 컴퓨터로 작성하는 데 필요한 모든 문자를 정의 문자 집합) 또는 UTF - 8  (ASCII 문자 집합과 하위 호환성있는 Unicode 문자 집합) 형태로해야합니다.
1.Excel에서 다른 이름으로 저장 을 클릭하고 Unicode 텍스트 (*. txt) 을 선택합니다.
2.메모장을 사용하여 txt 파일을 엽니다.
3.파일에서 쉼표를 검색합니다. 쉼표가 포함된 모든 데이터는 따옴표로 묶습니다. 예를 들어, 다음과 같습니다.
"23 State Street, Apt 2"
4.파일 이름을 변경하여 확장명이. csv되도록합니다.

4.파일의 데이터에 열 머리글 (각 열의 데이터에 레이블을위한 스프레드 시트 또는 파일의 첫 번째 행에 사용되는 텍스트입니다.) 이 없으면 추가하는 것이 좋습니다.
•각 파일의 열 머리글 확인 :
 •자동 매핑 을 선택하면 데이터 가져오기 마법사는 열 이름과 Microsoft Dynamics CRM Online 필드 이름과 일치를 시도합니다. 가장 효율적인 통신을하려면 열 머리글 Microsoft Dynamics CRM Online 필드의 표시 이름 (양식, 목록 또는 보고서 속성을 볼 때 기본적으로 사용되는 레이블 각 속성의 표시 이름 은 적절한 보안 역할을 가진 사용자가 사용자 지정 영역에서 변경할 수 있습니다.) 이 일치해야합니다.
•데이터 맵을 사용하는 경우 속성에 대한 <SourceAttributeName> 요소 <AttributeMap> 요소에 지정된 값을 열 머리글이 일치해야합니다.
•데이터 맵을 사용해서 열 이름이지도의 이름과 일치하지 않는 경우, 열이 맵 없음으로 표시됩니다. 이 열은 데이터 가져오기 마법사에서 수동으로 매핑할 수 있습니다.

5.모든 파일은 다음 파일 크기 및 행 길이 제한을 준수하는지 확인합니다.
•. csv 파일, txt 파일, xml 파일은 8 메가 바이트 (MB)를 초과할 수 없습니다.
•zip 파일의 개별 파일은 8 MB를 초과할 수 없습니다. zip 파일의 총 크기는 첨부 파일 폴더를 포함하여 32 MB 초과할 수 없습니다. 

6.원본 파일의 데이터에서 개행 문자 (\ n)를 모두 삭제합니다. 데이터에 개행 문자가 포함된 경우 레코드는 가져오지 않습니다.

AND


Convert your Microsoft Dynamics CRM Online Beta instance 
 
We'd like to thank you again for your participation in the Microsoft Dynamics CRM Online Beta program.
There is still time for ABCD to convert your Beta instance of Microsoft Dynamics CRM Online into a paid subscription, but time is running out. You have until February 18th to convert before your data is deleted from our servers.
By converting, you and your organization can retain the data and customizations you created during the time you spent with the Beta version. You will have access to the full production version of the Microsoft Dynamics CRM Online service - with all its new features - as well as having access to our technical support team, a full set of educational materials in the Resource Center and you will enjoy the benefits of our financially-backed uptime guarantee.
For our customers: If you choose to convert your Beta organization to a paid subscription between now and February 18, 2011*, you will be entitled to two unique benefits: 1) You will not be charged for using the service for two months from the date you make the election to convert, and 2) You will be entitled to a special introductory price for the 12 months following this two-month period.
To learn more about converting to a full subscription and to find out the introductory subscription price in your area, please visit our Customer Beta Conversion Site or contact us.
For our Microsoft partners: If you are interested in converting your Beta organization into a full subscription, please visit our Partner Beta Conversion Site. If you would prefer to start with a new organization and not convert your test data, please click here to learn about options available to Microsoft partners.
From all of us at Microsoft, we thank you for your participation in the Microsoft Dynamics CRM Online Beta program.
Sincerely,

The Microsoft Dynamics CRM Online Team

* Please note: after February 18, 2011, conversion of your Beta organization to a full subscription will no longer be available and any data you entered during the Beta program will be deleted.

AND

[SDK에서 발췌]
검색어 : Import Data in Microsoft Dynamics CRM
문서타이틀 : Create Data Maps

The default maximum size of an attachment that is processed in Microsoft Dynamics CRM is 5 MB. You can increase the size limit by specifying a new value in the Organization.MaxUploadFileSize attribute. However, an attachment size cannot exceed the maximum HTTP request size (the default is 16MB). For the change to take effect, reset Internet Information Services (IIS) . To do this, click Start, click Run, type iisreset, and then click OK.
AND

몇 일전 나는 Microsoft Dynamics CRM 에서 대형 사용자 지정 엔터티를 만들어야 했다. 이 엔터티는 여러 종류의 150 개이상의 사용자정의 속성을 가지고 있었고, 내 머리와 손가락은 벌써 수동으로 이 엔터티 만들 생각에 욱씬욱씬 거렸다. 나는 레거시 시스템에서 추출한 각각의 필드가 정의되어 있는 excel 스프레드시트를 가지고 있었고, 그것을 직접 입력 할 생각에 질려버렸다.

Then I remembered a tool in my CRM tool chest that I rarely use—the CRM Data Migration Manager. If you read the Customer Effective blog regularly, you probably know that we typically use Scribe Insight for integrations and migrations. The standard CRM import tools are good for simple data imports, but lack the depth of features to do updates or scheduled migrations.

However, there is one feature of the Data Migration Manager that doesn’t exist in any other import tool (as far as I know). That’s the ability to create new entities or attributes. And while you may use other tools, such as Scribe, for the actual data migration, this functionality of the DMM can make it a very useful tool to add to the mix.

Using the Data Migration Manager I cut what otherwise would have taken and hour and a half down to 10-15 minutes. My fingers thanked me.

So here is how you would use the CRM Data Migration Manager to create a new entity:

Step 1: Create a spreadsheet of your data. The columns should be the database/schema names you want your attributes to have. Include at least one row of sample data.

Step 2: Launch the Data Migration Manager and create a new mapping.

Step 3: Select “Create a custom Microsoft Dynamics CRM Entity.

Step 4: Define the Entity, including the name and the primary attribute. 

Step 5: The wizard will guide you through creating the new attributes. Select the field type for each field.

Step 6: When finished, the Data Migration Manager will create the entity and attributes for you.

Ready to go!

AND

AND

CRM 4.0버전의 자바스크립트를 CRM 2011버전으로 컨버터 해준다고 합니다.

자세한 내용과 자료의 내려받기는 아래의 영문페이지를 참조하세요. 

http://crm2011scriptconvert.codeplex.com/


참고로, 위의 툴을 만든 저자가 말하길 이 툴은 단지 변환만 할 뿐,
변환후에 리뷰와 매치되지 않은 코드를 확인해 보라고 조언하고 있습니다.
(완벽하지 않다는 소리인 것 같습니다만, 그래도 CRM4.0에서 스크립트 작성했던 분들께는 도움이 될 듯 싶습니다.)

AND


지난 2010년 12월 15일 Microsoft Dynamics CRM 2011 의 RC버전이 발표되었습니다.
아래는 공식페이지의 번역내용입니다.

Microsoft Dynamics CRM 2011 릴리스 후보 (rc)는 microsoft 다운로드 센터에서 다운로드할 수 있습니다. Microsoft Dynamics CRM 2011 베타와 마찬가지로 rc버전도 다운로드 하여 누구나 사용할 수 있으며, 2011년 1분기로  예약된 RTM 릴리스 때까지 사용 가능합니다. 이 릴리스는 Microsoft Dynamics CRM 2011 베타를 다뤄주신 고객 및 파트너의 협력된 노력 및 피드백의 결실입니다. 이 과정에 참여해 주신 여러분께 감사의 말씀 드립니다.
 
업그레이드: 곧 있을 RTM릴리스로 업그레이드 가능한 설치형(온-프레미스) 베타 데이터베이스는 이번 새로운 RC 버전으로 업그레이드 할수 있습니다.
CRM 온라인 베타 고객은 1 월에 있을 CRM 온라인 RTW 출시때 까지 계속 접속할 수 있으며, 작업물인 베타 인스턴스의 업그레이드를 선택할 수 있습니다.
 
RC버전은 2011 년 1 월에 있을 RTW판 CRM Online 릴리스와 2011년 1분기에 있을 RTM판 설치형 릴리스 전의 마지막 외부 마일스톤입니다. 그러므로 RTW 와 RTM 릴리스 준비를 위한 솔루션 배포 및 구축 뿐만 아니라, 테스트와 검증을 계속해 주시기 바랍니다.
 
감사합니다,
The Microsoft Dynamics CRM 2011 Team
 
 

Microsoft Dynamics CRM 2011 Server Release Candidate

http://www.microsoft.com/downloads/details.aspx?FamilyID=c3f82c6f-c123-4e80-b9b2-ee422a16b91d

Available in English only 

Microsoft Dynamics CRM 2011 for Microsoft Office Outlook

http://www.microsoft.com/downloads/details.aspx?FamilyID=22dc423a-7194-491e-a169-6ace16bfdd36

Available in 25 languages

Microsoft Dynamics CRM 2011 Language Pack

http://www.microsoft.com/downloads/details.aspx?FamilyID=db44c564-2338-407e-980a-c9c83ad37729

Available in 41 languages

Microsoft Dynamics CRM 2011 E-mail Router

http://www.microsoft.com/downloads/details.aspx?FamilyID=a995f6ad-0099-42fd-9b22-cf7b3d40a2bf

Available in 25 languages

Microsoft Dynamics CRM 2011 Report Authoring Extension

http://www.microsoft.com/downloads/details.aspx?FamilyID=64a09b75-8376-4b9d-aea3-8a83a1837c4d

Available in 25 languages

Microsoft Dynamics CRM 2011 List Component for Microsoft SharePoint Server 2010

http://www.microsoft.com/downloads/details.aspx?FamilyID=23c0f351-8694-4d92-9ddf-34a949aec6a7

Available in 41 languages


AND