WorkOrderProblemCode
Represents problem codes used to classify the nature of issues reported on work orders, including hierarchical parent relationships and current status.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedDateTime | Datetime | True |
The date and time when the work order problem code record was created. |
| auditModifiedDateTime | Datetime | True |
The date and time when the work order problem code record was last modified. |
| href | String | True |
The URL of the work order problem code resource. |
| id | String | False |
The unique identifier of the work order problem code record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the work order problem code record. |
| parent_Href | String | True |
The URL of the parent problem code associated with this work order problem code. |
| parent_Id | String | False |
The Id of the parent problem code associated with this work order problem code. |
| parent_Key | String | False |
The system-assigned key of the parent problem code associated with this work order problem code. |
| status | String | False |
The current status of this work order problem code, such as active or inactive. |