importlog EntityType
Failure reason and other detailed information for a record that failed to import.
- Entity set path:
- [organization URI]/api/data/v9.2/importlogs
- Base type:
- crmbaseentity
- Table type:
- Standard
- Display name:
- Import Log
- Primary key:
- importlogid
- Operations supported:
- GET
Properties
Properties represent fields of data stored in the entity. Some properties are read-only.
Name | Type | Details | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
additionalinfo | Edm.String |
Additional information related to the error. Display name: More Information |
||||||||||
columnvalue | Edm.String |
Value in the column. Display name: Column Value |
||||||||||
createdon | Edm.DateTimeOffset |
Date and time when the import log was created. Display name: Created On Read only
|
||||||||||
errordescription | Edm.String |
Description of an error. Display name: Description |
||||||||||
errornumber | Edm.Int32 |
Error code of an error. Display name: Error Code |
||||||||||
headercolumn | Edm.String |
Name of the column heading. Display name: Column Heading |
||||||||||
importlogid | Edm.Guid |
Unique identifier of the import log. |
||||||||||
linenumber | Edm.Int32 |
Original line number of the data used in this log. Display name: Original Row Number |
||||||||||
logphasecode | Edm.Int32 |
Phase for which the log is recorded. Display name: Log Phase
Default options
|
||||||||||
modifiedon | Edm.DateTimeOffset |
Date and time when the import log was last modified. Display name: Modified On Read only
|
||||||||||
sequencenumber | Edm.Int32 |
Sequence number of the error in this log. Display name: Sequence Number Read only
|
||||||||||
statecode | Edm.Int32 |
Status of the import log. Display name: Status Read only
Default options
|
||||||||||
statuscode | Edm.Int32 |
Reason for the status of the import log. Display name: Status Reason
Default options
|
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 Lookup property data.
Name | Single-valued navigation property | Description |
---|---|---|
_createdby_value | createdby |
Unique identifier of the user who created the import log. |
_createdonbehalfby_value | createdonbehalfby |
Unique identifier of the delegate user who created the importlog. |
_importdataid_value | importdataid |
Unique identifier of the import data for this import log. |
_importfileid_value | importfileid |
Unique identifier of the import file for this import log. |
_modifiedby_value | modifiedby |
Unique identifier of the user who last modified the import log. |
_modifiedonbehalfby_value | modifiedonbehalfby |
Unique identifier of the delegate user who last modified the importlog. |
_ownerid_value | ownerid |
Unique identifier of the user or team who owns the import log. |
_owningbusinessunit_value | owningbusinessunit |
Business unit that owns the import log. |
_owningteam_value | owningteam |
Unique identifier of the team who owns the import log. |
_owninguser_value | owninguser |
Unique identifier of the user who owns the import log. |
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 | systemuser | lk_importlogbase_createdby |
createdonbehalfby | systemuser | lk_importlog_createdonbehalfby |
importdataid | importdata | ImportLog_ImportData |
importfileid | importfile | ImportLog_ImportFile |
modifiedby | systemuser | lk_importlogbase_modifiedby |
modifiedonbehalfby | systemuser | lk_importlog_modifiedonbehalfby |
ownerid | principal | owner_importlogs |
owningbusinessunit | businessunit | BusinessUnit_ImportLogs |
owningteam | team | team_ImportLogs |
owninguser | systemuser | SystemUser_ImportLogs |
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 |
---|---|---|
ImportLog_AsyncOperations | asyncoperation | regardingobjectid_importlog |
ImportLog_BulkDeleteFailures | bulkdeletefailure | regardingobjectid_importlog |