Expand Minimize
This topic has not yet been rated - Rate this topic

Import (Data Import) Entity Messages and Methods

[Applies to: Microsoft Dynamics CRM 2011 and Microsoft Dynamics CRM Online]

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

CreateRequest

Creates a data import. You can also call the IOrganizationService.CreateRequest method.

DeleteRequest

Deletes a data import. You can also call the IOrganizationService.Delete method.

GrantAccessRequest

Shares a data import with another security principal (user or team).

ImportRecordsImportRequest

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.

ModifyAccessRequest

Changes the access rights for a data import previously shared with another security principal (user or team).

ParseImportRequest

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.

RetrieveRequest

Retrieves a data import. You can also call the IOrganizationService.Retrieve method.

RetrieveMultipleRequest

Retrieves a collection of data imports. You can also call the IOrganizationService.RetrieveMultiplemethod.

RetrievePrincipalAccessRequest

Retrieves the access the specified security principal (user or team) has to a data import.

RetrieveSharedPrincipalsAndAccessRequest

Retrieves the security principals (users or teams) that have access to a data import, and their access rights to the data import.

RevokeAccessRequest

Revokes access rights to the data import for the specified security principal (user or team).

TransformImportRequest

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.

UpdateRequest

Updates a data import. You can also call the UpdateRequest method.

noteNote
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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.