WipAgeingRowDto
One row of the WIP / Ageing breakdown table.
Properties
| Name | Type | Description |
|---|---|---|
| groupKind | enum | Service Client User Team StepType AgeBucket Status CurrentStep None Month Unassigned |
Service Client User Team StepType AgeBucket Status CurrentStep None Month Unassigned | ||
| groupCode | string | Entity code, bucket key ("0-7"), status name, or current step name. Null for null buckets. |
Entity code, bucket key ("0-7"), status name, or current step name. Null for null buckets. | ||
| groupName | string | Display name for the group. |
Display name for the group. | ||
| currentStepType | enum | Standard SendEmail DocumentRequest DocumentApproval ClientConfirmation SendDataForm SetServiceStage UpdateClientData SetPipelineStage |
Standard SendEmail DocumentRequest DocumentApproval ClientConfirmation SendDataForm SetServiceStage UpdateClientData SetPipelineStage | ||
| count | integer | Open tasks in this group. |
Open tasks in this group. | ||
| avgAgeDays | number | Average age in days (planned start to today). |
Average age in days (planned start to today). | ||
| oldestAgeDays | integer | Age of this group's oldest task in days. |
Age of this group's oldest task in days. | ||
| oldestTask | CodeAndNameDto | |
| blockedCount | integer | How many of this group's tasks are currently blocked. |
How many of this group's tasks are currently blocked. | ||
| overdueCount | integer | How many of this group's tasks are past their due date. |
How many of this group's tasks are past their due date. | ||
JSON Example
{
"groupKind": "Service",
"groupCode": "string",
"groupName": "string",
"currentStepType": "Standard",
"count": 0
}