CIM Issues #6744
CrewStatusKind enumeration is missing values for deassignment
61968-3
Description
The current CrewStatusKind enumeration only contains entries for assignment of crews and the only value (fieldComplete) that represents the deassignment of a crew also represents the completion of work. It is missing any entries that represent the deassignment of a crew without completement of work.
At a minimum the enumeration needs an additional value to represent the concept of "Deassigned" which means that "the crew is no longer working on the outage in the field, without the outage being corrected".
Ideally, there would also be a second additional value to represent the concept of "Rejected" which means that "the crew has refused an assignment."
Proposed Solution
At a minimum the enumeration needs an additional value to represent the concept of "Deassigned" which means that "the crew is no longer working on the outage in the field, without the outage being corrected".
Ideally, there would also be a second additional value to represent the concept of "Rejected" which means that "the crew has refused an assignment."