importdata EntityType
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Description: Unprocessed data from imported files.
Entity Set path:[organization URI]/api/data/v8.2/importdataset
Base Type: crmbaseentity EntityType
Display Name: Import Data
Primary Key: importdataid
Primary Name Attribute: data
Properties
Lookup Properties
Single-valued navigation properties
Collection-valued navigation properties
Properties
Properties represent fields of data stored in the entity. Some properties are read-only.
Name |
Type |
Details |
---|---|---|
createdon |
Edm.DateTimeOffset |
Description: Date and time when the import data was created. Read-only property |
data |
Edm.String |
Description: Data row of the import file. Display Name: Data |
errortype |
Edm.Int32 |
Description: Type of the import error. Default Options: 0 : Create Display Name: Error Type |
haserror |
Edm.Boolean |
Description: Information about whether this import data has an error. Default Options: 1 : Yes Display Name: Has Error |
importdataid |
Edm.Guid |
Description: Unique identifier of the import data. |
linenumber |
Edm.Int32 |
Description: Original line number of the data present in the file. Display Name: Line Number |
modifiedon |
Edm.DateTimeOffset |
Description: Date and time when the import data was last modified. Display Name: Modified On Read-only property |
recordid |
Edm.Guid |
Description: Unique identifier of the record. Display Name: Record |
statecode |
Edm.Int32 |
Description: Status of the import data. Default Options: 0 : Active Display Name: Status Read-only property |
statuscode |
Edm.Int32 |
Description: Reason for the status of the import data. Default Options: 0 : Active Display Name: Status Reason |
Lookup Properties
Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Retrieve data about lookup properties
Name |
Single-valued navigation property |
Description |
---|---|---|
_createdby_value |
createdby |
Unique identifier of the user who created the import data. |
_createdonbehalfby_value |
createdonbehalfby |
Unique identifier of the delegate user who created the importdata. |
_importfileid_value |
importfileid |
Unique identifier of the import file for this import data. |
_modifiedby_value |
modifiedby |
Unique identifier of the user who last modified the import data. |
_modifiedonbehalfby_value |
modifiedonbehalfby |
Unique identifier of the delegate user who last modified the importdata. |
_ownerid_value |
ownerid |
Unique identifier of the user or team who owns the import data. |
_owningbusinessunit_value |
owningbusinessunit |
Business unit that owns the import data. |
_owningteam_value |
owningteam |
Unique identifier of the team who owns the import data. |
_owninguser_value |
owninguser |
Unique identifier of the user who owns the import data. |
Single-valued navigation properties
Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.
Name |
Type |
Partner |
---|---|---|
createdby |
lk_importdatabase_createdby |
|
createdonbehalfby |
lk_importdata_createdonbehalfby |
|
importfileid |
ImportFile_ImportData |
|
modifiedby |
lk_importdatabase_modifiedby |
|
modifiedonbehalfby |
lk_importdata_modifiedonbehalfby |
|
ownerid |
owner_importdatas |
|
owningbusinessunit |
BusinessUnit_ImportData |
|
owningteam |
team_ImportData |
|
owninguser |
SystemUser_ImportData |
Collection-valued navigation properties
Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.
Name |
Type |
Partner |
---|---|---|
ImportData_AsyncOperations |
regardingobjectid_importdata |
|
ImportData_BulkDeleteFailures |
regardingobjectid_importdata |
|
ImportLog_ImportData |
importdataid |
See Also
Use the Microsoft Dynamics 365 Web API
Web API Action Reference
Web API Function Reference
Web API Query Function Reference
Web API EnumType Reference
Web API ComplexType Reference
Web API Metadata EntityType Reference
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright