Description
Meter readings and related details recorded for equipment in Aspire.
Resource overview
Attributes
| Attribute | Description | Data Type | Notes |
|---|
| EquipmentReadingLogID | Unique identifier of the log entry | int |
|
| EquipmentID | Equipment associated with the reading | int |
|
| BranchID | Branch associated with the log | int |
|
| BranchName | Name of the branch | string | Join to Branch |
| DivisionID | Division associated with the log | int |
|
| DivisionName | Name of the division | string | Join to Division |
| RouteID | Route associated with the equipment | int |
|
| RouteName | Name of the route | string | Join to Route |
| LogDate | Date the log was created | date |
|
| ReadingDate | Date of the meter reading | date |
|
| MeterReading | Reading value | float |
|
| TroubleCode | Reported issue code | string |
|
| CreatedDateTime | Date and time the log was created | date |
|
| CreatedByUserID | User who created the record | int |
|
| CreatedByUserName | Name of user who created the record | string | Join to Contact |
| LastModifiedByUserID | User who last modified the record | int |
|
| LastModifiedByUserName | Name of user who last modified the record | string | Join to Contact |
| LastModifiedDateTime | Date the record was last modified | date |
|