FieldDeviceBean
From
Description
A class containing all the fields used to describe the field device of a field worker in EService.
Fields
The data fields of this object.
Name | Type | Description |
---|---|---|
description | String | A short description of the field device. |
deviceID | String | The ID of the device. This attribute is read only, it is ignored when updating field devices and used when creating field devices. |
isDeleted | boolean | A flag to show if this device has been deleted. This attribute is read only and will be ignored when updating field devices. |
isDisabled | boolean | A flag to show if this device has been disabled. |
name | String | The name of the field device. This attribute is read only, it is ignored when updating field devices and used when creating field devices. |
primaryKey | String | The unique primary key, used to idetify the record on EService. |
updateIndex | int | The update index of the field device record. |
userPK | String | The primary key of the EService user who is using this device. |
whenLastUpdated | Calendar | The date the field device record on EService was last updated with new details. This attribute is read only and will be ignored when updating field devices. |