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.

ValueMeaning
0Blocked
1In Progress
2Finishing
3Not Started
4Complete

Job Type

An enumeration of the types of work that might be performed.

ValueMeaning
0Inspection
1Calibration
2Repair
3Replace

Job Priority

An enumeration of the priority of the job.

ValueMeaning
0Low
1Medium
2High
3Critical

Status - Service

A boolean/digital.

ValueMeaning
0Out Of Service
1In Service

Service Comment

A text property containing the reason the asset is out of service.