Dispatch
Namespace: CCPEntities
Summary
No summary yetSyncable
This object is syncableProperties
| Name | Type | FixedLength | MaxLength/Range | Identity | Summary | Value | |
|---|---|---|---|---|---|---|---|
|
|
DispatchId* | Edm.Int32 | False | true | |||
| DispatchDateTime | Edm.DateTime | False | |||||
| MaxResponseTimeSec | Edm.Int32 | False | |||||
| StatusName* | DispatchStatus | False | 15 | ||||
| Remark | Edm.String | False | 200 | ||||
| CallbackNr | Edm.String | False | 15 | ||||
| CallBack* | Edm.Boolean | False | |||||
| LastUpdated | Edm.DateTime | False | |||||
| Deleted* | Edm.Boolean | False | |||||
| TripId* | Edm.Int32 | False | |||||
| DriverId | Edm.Int32 | False | |||||
| TransporterId | Edm.Int32 | False | |||||
| AssignedDriverId | Edm.Int32 | False | |||||
| AssignedTransporterId | Edm.Int32 | False |
Navigation Properties
| Name | Type | Multiplicity | Summary | |
|---|---|---|---|---|
| AssignedTransporter | Transporter | 0..1 | ||
| Transporter | Transporter | 0..1 | ||
| AssignedDriver | Driver | 0..1 | ||
| Driver | Driver | 0..1 | ||
| DispatchItems | DispatchItem | 0..1 | ||
| Trip | Trip | * | ||
| TripSummary | TripSummary | * |
Additional Information
Notable information when adding a recordTransporterId will be set to the logged in Transporter
Referenced by Function imports:
Dispatch.Cancel