PlanningMessage
Namespace: CCPEntities
Summary
A message system for feedback from the PlanningServiceSyncable
This object is syncableProperties
| Name | Type | FixedLength | MaxLength/Range | Identity | Summary | Value | |
|---|---|---|---|---|---|---|---|
|
|
PlanningMessageId* | Edm.Int32 | False | true | The identifier for the message | ||
| PlanningJobId* | Edm.Int32 | False | The planningJob this message is part off | ||||
| PlanningMessageSeverityName | PlanningMessageSeverity | False | 15 | The severity of the Message, (Message, Warning, Error). | |||
| ErrorCode | Edm.Int32 | False | The excact error that happened, registered in a integer | ||||
| EntityId | Edm.Int32 | False | The specific Entity the error is related to | ||||
| EntitySetId | EntitySetId | False | The entityset the message was related to. | ||||
| Message | Edm.String | False | 150 | A string representation of the ErrorCode or a custom message. | |||
| Deleted* | Edm.Boolean | False | Indicates whether this CCPEntities.Establishment is logically deleted. | ||||
| LastUpdated | Edm.DateTime | False |
A timestamp (in UTC) of the last update of the entity in CCP. Check this property in order to know if you are in sync with CCP. |
Navigation Properties
| Name | Type | Multiplicity | Summary | |
|---|---|---|---|---|
| PlanningJob | PlanningJob | 0..1 | The planningJob this message is part off |