LoginStatefulFieldDeviceBean
From
Description
This Bean is an extension of a FieldDeviceBean, used to create field devices using Timecard application. We have an additional field "isLoggedIn", which keeps track of whether or not the field device worker is currently "logged-in", i.e. actively doing some work.
Fields
The data fields of this object are identical to the fields of a FieldDeviceBean, with one addition, as listed below.
Name | Type | Size | Required | Description |
---|---|---|---|---|
isLoggedIn | boolean | 1 | No | A flag to show if this device is currently "logged-in", i.e. the field worker is actively doing some work. |