importjob EntityType
For internal use only.
- Entity set path:
- [organization URI]/api/data/v9.2/importjobs
- Base type:
- crmbaseentity
- Table type:
- Standard
- Display name:
- Import Job
- Primary key:
- importjobid
- Operations supported:
- POST GET PATCH DELETE
Properties
Properties represent fields of data stored in the entity. Some properties are read-only.
Name | Type | Details |
---|---|---|
completedon | Edm.DateTimeOffset |
Date and time when the import job was completed. Display name: Completed On Read only
|
createdon | Edm.DateTimeOffset |
Date and time when the import job record was created. Display name: Created On Read only
|
data | Edm.String |
Unstructured data associated with the import job. Display name: Data |
importcontext | Edm.String |
The context of the import Display name: Import Context |
importjobid | Edm.Guid |
Unique identifier of the import job. Display name: Import Job |
modifiedon | Edm.DateTimeOffset |
Date and time when the import job was last modified. Display name: Modified On Read only
|
name | Edm.String |
Name of the import job. Display name: Import Job Name |
operationcontext | Edm.String |
The context of the solution operation Display name: Solution Operation Context |
progress | Edm.Double |
Import Progress Percentage. Display name: Progress |
solutionid | Edm.Guid |
Unique identifier of the associated solution. Display name: Solution Read only
|
solutionname | Edm.String |
Unique identifier of the solution. Display name: SolutionName |
startedon | Edm.DateTimeOffset |
Date and time when the import job was started. Display name: Started On Read only
|
timezoneruleversionnumber | Edm.Int32 |
For internal use only. |
utcconversiontimezonecode | Edm.Int32 |
Time zone code that was in use when the record was created. |
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 importJob. |
_createdonbehalfby_value | createdonbehalfby |
Unique identifier of the delegate user who created the import job record. |
_modifiedby_value | modifiedby |
Unique identifier of the user who modified the importJob. |
_modifiedonbehalfby_value | modifiedonbehalfby |
Unique identifier of the delegate user who modified the import job record. |
_organizationid_value | organizationid |
Unique identifier of the organization associated with the importjob. |
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_importjobbase_createdby |
createdonbehalfby | systemuser | lk_importjobbase_createdonbehalfby |
modifiedby | systemuser | lk_importjobbase_modifiedby |
modifiedonbehalfby | systemuser | lk_importjobbase_modifiedonbehalfby |
organizationid | organization | organization_importjob |