Import (Data Import) Entity Messages and Methods
This entity represents the status and ownership for the import job. The schema name for this entity is Import.
The following table describes the messages for this entity, which you use with the IOrganizationService.Execute method.
| Message | Description |
|---|---|
|
Creates a data import. You can also call the IOrganizationService.CreateRequest method. |
|
|
Deletes a data import. You can also call the IOrganizationService.Delete method. |
|
|
Shares a data import with another security principal (user or team). |
|
|
Submits an asynchronous job that uploads transformed data to the target server. The import records job imports all import files associated with the specified import (data import). Pass the ID of the associated import (data import) in the ImportId property of this request. The ID of the asynchronous job that runs in the background and performs uploading of data is returned in the AsyncOperationId property of the message response. |
|
|
Changes the access rights for a data import previously shared with another security principal (user or team). |
|
|
Submits an asynchronous job that parses all import files associated with the specified import (data import). Pass the ID of the associated import (data import) in the ImportId property of this request. The ID of the asynchronous job runs in the background and performs parsing of data is returned in the AsyncOperationId property of the message response. |
|
|
Retrieves a data import. You can also call the IOrganizationService.Retrieve method. |
|
|
Retrieves a collection of data imports. You can also call the IOrganizationService.RetrieveMultiplemethod. |
|
|
Retrieves the access the specified security principal (user or team) has to a data import. |
|
|
Retrieves the security principals (users or teams) that have access to a data import, and their access rights to the data import. |
|
|
Revokes access rights to the data import for the specified security principal (user or team). |
|
|
Submits an asynchronous job to transform the parsed data. Pass the ID of the associated import (data import) in the ImportId property of this request. The ID of the asynchronous job runs in the background and performs transformation of data is returned in the AsyncOperationId property of the message response. |
|
|
Updates a data import. You can also call the UpdateRequest method. |
Note |
|---|
| The parse table is not accessible after the asynchronous import records job is completed. |
Use the following messages in this order:
-
ParseImport to parse data.
-
TransformImport to transform data.
-
ImportRecordsImport to upload data.
Do not submit a request for the next job before the previous job has finished running successfully.
See Also
Microsoft Dynamics CRM 2011 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2012 Microsoft Corporation. All rights reserved.

Note