PlanningJob
Namespace: CCPEntities
Summary
No summary yetSyncable
This object is syncableProperties
| Name | Type | FixedLength | MaxLength/Range | Identity | Summary | Value | |
|---|---|---|---|---|---|---|---|
|
|
PlanningJobId* | Edm.Int32 | False | true | |||
| Progress* | Edm.Int32 | False | |||||
| StatusName | JobStatus | False | 20 | ||||
| Description | Edm.String | False | 200 | ||||
| Message | Edm.String | False | 120 | ||||
| ValidFrom* | Edm.DateTime | False | |||||
| ValidUntil | Edm.DateTime | False | |||||
| FallbackContractId | Edm.Int32 | False | |||||
| LastUpdated | Edm.DateTime | False |
A timestamp of the last update of the entity in CCP. Check this property in order to know if you are in sync with CCP. |
A timestamp in UTC. | |||
| Deleted* | Edm.Boolean | False | Indicates whether this CCPEntities.Interfaces.ITracable is logically deleted. |
|
|||
| CreationDateTime* | Edm.DateTime | False | |||||
| CreatorUsername | Edm.String | False | |||||
| RegistrationDateTime* | Edm.DateTime | False | |||||
| LastUpdatedUsername | Edm.String | False | |||||
| OwnerTransporterId | Edm.Int32 | False | |||||
| OwnerContractorId | Edm.Int32 | False | |||||
| RouteNumberSeries | RouteNumberSeries | False | |||||
| Parameters | PlanningJobParameters | False |
Navigation Properties
| Name | Type | Multiplicity | Summary | |
|---|---|---|---|---|
| MovementScheduleMappings | MovementScheduleMapping | * | ||
| Establishments | Establishment | * | ||
| FallbackContract | Contract | * | The contract that will be used when the PlanningService is missing required parameters for calculations | |
| Fleet | FleetSegment | * | ||
| InputRoutes | Route | * | ||
| Messages | PlanningMessage | 0..1 | The feedback on this planningJob in seperate messages | |
| MovementSchedules | MovementSchedule | * | ||
| OutputRoutes | Route | * | ||
| OwnerContractor | Contractor | * | ||
| OwnerTransporter | Transporter | * | ||
| RoutePlannings | RoutePlanning | 0..1 | ||
| RouteTotals | RouteTotal | 0..1 | ||
| Statistics | PlanningJobStatistic | 0..1 | ||
| Vehicles | Vehicle | * |
Additional Information
Referenced by Function imports:
PlanningJob.StartCalculate
PlanningJob.StartValidate
PlanningJob.CloneInput
PlanningJob.CloneOutput
PlanningJob.Interupt
PlanningJob.FindRoutesForMovementSchedules
PlanningJob.FindMovementSchedulesForRoute