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 | Size | Required | Description |
---|---|---|---|---|
description | String | 50 | No | A short description of the field device. |
deviceID | String | 30 | No | 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 | 1 | No | 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 | 1 | No | A flag to show if this device has been disabled. |
name | String | 25 | No | 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 | 9 | Yes | The unique primary key, used to identify the record on EService. |
updateIndex | int | 10 | Yes | The update index of the field device record. |
userPK | String | 9 | Yes | The primary key of the EService user who is using this device. |
whenLastUpdated | Calendar | N/A | No | 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. |