Common Properties to Create
The following a fairly common between maintenance applications.
Note that the values given are simply examples - you may choose to include whatever particular enumerations you like.
Job Start
A Date/Time property to store the day that the job is expected to begin on.
Job Status
An enumeration, containing at least Not Started and Complete.
| Value | Meaning |
|---|---|
| 0 | Blocked |
| 1 | In Progress |
| 2 | Finishing |
| 3 | Not Started |
| 4 | Complete |
Job Type
An enumeration of the types of work that might be performed.
| Value | Meaning |
|---|---|
| 0 | Inspection |
| 1 | Calibration |
| 2 | Repair |
| 3 | Replace |
Job Priority
An enumeration of the priority of the job.
| Value | Meaning |
|---|---|
| 0 | Low |
| 1 | Medium |
| 2 | High |
| 3 | Critical |
Status - Service
A boolean/digital.
| Value | Meaning |
|---|---|
| 0 | Out Of Service |
| 1 | In Service |
Service Comment
A text property containing the reason the asset is out of service.