MobileDevice --> Device

Namespace: CCPEntities

Summary

No summary yet

Syncable

This object is syncable

Properties

Name Type FixedLength MaxLength/Range Identity Summary Value
PushToken Edm.String False 200
FcmToken Edm.String False 200 Used as a shortcut for AutoDispatcher to be able to send messages with variable content to a device (e.g. chat messages). These messages are sent from
the Firebase console on Google.
The FcmToken is also a push token but used on a different service/channel of Google than the regular/old PushService. Therefor this 'new' channel is
now completely dedicated to messages for the AutoDispatcer tool. In case we decide to upgrade our current Gcm solutions to Fcm, this means this field
needs to be reworked and also the apps using Fcm/Gcm should have maintenance.
MobileOSTypeName MobileOSType False 25
ApplicationId Edm.Int32 False
key DeviceId* Edm.Int32 False true (Inherited from Device.)
DeviceIp Edm.String False 40 (Inherited from Device.)
Description Edm.String False 500 (Inherited from Device.)
UserId Edm.Guid False (Inherited from Device.)
RegisteredDateTime Edm.DateTime False (Inherited from Device.)
LastLoginDateTime Edm.DateTime False (Inherited from Device.)
LastLogoutDateTime Edm.DateTime False (Inherited from Device.)
LastUpdated Edm.DateTime False (Inherited from Device.)
GpsPriority Edm.Int32 False (Inherited from Device.)
Deleted* Edm.Boolean False (Inherited from Device.)
CurrentShiftId Edm.Int32 False (Inherited from Device.)
RoleId Edm.Int32 False (Inherited from Device.)
RoleEntityId Edm.Int32 False (Inherited from Device.)
LastCoordinateDateTime Edm.DateTime False (Inherited from Device.)
LastCoordinate Coordinate False (Inherited from Device.)
Properties marked with a * are required

Navigation Properties

Name Type Multiplicity Summary
Application Application *
UserRole UserRole 0..1 (Inherited from Device.)
AccountSummary AccountSummary * (Inherited from Device.)
CurrentShift Shift * (Inherited from Device.)

Additional Information

Notable information when adding a record
Checks if the user has sufficient rights to add/change/delete a complaint and performs the desired operation

Example

https://ccp.dispatchconnect.nl/CCPService/DataServiceCCP.svc/Devices/CCPEntities.MobileDevice