ResourceBean
From
Description
The ResourceBean object represents a single resource which a field worker can use during the process of doing a job. A list of resources is downloaded to appropriately set up field devices, and this list of resources can be selected from during the job, to represent parts used on the job.
Fields
The data fields of this object.
Name | Type | Description |
---|---|---|
deleted | boolean | Indicates whether or not this resource is a deleted resource. |
description | String | A short description of this resource. |
name | String | The name (and primary key) of this resource. No two resources can have the same name. |
resourceGroup | String | The name of the group to which this resource belongs. |
synchronisation | SynchronisationBean array | The list of flags associated with this record, indicating the current synchronisation state for each flag. |
unitValue | BigDecimal | An accurate decimal value of the resource as a whole. |
updateIndex | int | The current update index of the record on the EService server. |