Description
Defines the list of reasons available when a work ticket is canceled in Aspire. These can help standardize reporting and analytics around canceled jobs.
Resource Overview
Attributes
Attribute | Description | Data Type | Notes |
---|
WorkTicketCanceledReasonID | Unique ID for the cancelation reason | integer(int32) |
|
WorkTicketCanceledReasonName | Label shown to users when selecting a reason | string | Max Length: 100 |
Active | Indicates if the reason is active | boolean |
|
CreatedByUserID | ID of user who created the record | integer(int32) |
|
CreatedByUserName | Name of user who created the record | string | Max Length: 101 |
CreatedDateTime | When the record was created | date-time |
|
LastModifiedByUserID | ID of the user who last modified the record | integer(int32) | Nullable |
LastModifiedByUserName | Name of user who last modified the record | string | Max Length: 101 |
LastModifiedDateTime | When the record was last modified | date-time | Nullable |