RecurringTaskItemDto
DTO for recurring task templates, exposing only codes and enums.
Properties
| Name | Type | Description |
|---|---|---|
| code | string | Stable identifier. For library-shipped items this is the library code; for tenant-imported |
Stable identifier. For library-shipped items this is the library code; for tenant-imported | ||
| name | string | Display name shown to users in lists, dialogs, and the import browser. |
Display name shown to users in lists, dialogs, and the import browser. | ||
| description | string | Optional human-readable summary of what this entity is for. |
Optional human-readable summary of what this entity is for. | ||
| libraryCode | string | The Code of the library template this entity was imported from, or null if the entity |
The Code of the library template this entity was imported from, or null if the entity | ||
| libraryStatus | enum | Describes a library-imported entity's relationship to its source library template. |
Describes a library-imported entity's relationship to its source library template. | ||
| isImported | boolean | True if the tenant has already imported this library item. |
True if the tenant has already imported this library item. | ||
| deprecated | boolean | True if this library item has been retired. Deprecated items are hidden from the import |
True if this library item has been retired. Deprecated items are hidden from the import | ||
| timeEstimateMinutes | integer | The estimated time to complete each generated task, in whole minutes. |
The estimated time to complete each generated task, in whole minutes. | ||
| assignedUser | CodeAndNameDto | |
| assignedTeam | CodeAndNameDto | |
| billableService | CodeAndNameDto | |
| sortOrder | integer | Sort order for displaying recurring tasks. |
Sort order for displaying recurring tasks. | ||
| active | boolean | Whether this recurring task is active and will generate new tasks. |
Whether this recurring task is active and will generate new tasks. | ||
| taskStartConfig | TaskStartConfigDto | |
| recurrence | RecurrenceConfigDto | |
| dueDateConfig | DueDateConfigDto | |
| statutoryDateConfig | StatutoryDateConfigDto | |
| taskDateBasis | enum | Any StartDate DueDate StatutoryDate CompletedDate |
Any StartDate DueDate StatutoryDate CompletedDate | ||
| startHolidayAdjustment | enum | None Skip MoveBefore MoveAfter |
None Skip MoveBefore MoveAfter | ||
| dueHolidayAdjustment | enum | None Skip MoveBefore MoveAfter |
None Skip MoveBefore MoveAfter | ||
| assignmentType | enum | Unassigned SpecificUser ClientManager ClientServiceManager ClientPartner ClientAssociate |
Unassigned SpecificUser ClientManager ClientServiceManager ClientPartner ClientAssociate | ||
| workflow | CodeAndNameDto | |
| category | CodeAndNameDto | |
| clientAssociationType | enum | None SpecificClients AllClients ClientsWithServices ClientsWithPipelines |
None SpecificClients AllClients ClientsWithServices ClientsWithPipelines | ||
| vatReportingPeriod | enum | Monthly QuarterlyJanAprJulOct QuarterlyFebMayAugNov QuarterlyMarJunSepDec Annual |
Monthly QuarterlyJanAprJulOct QuarterlyFebMayAugNov QuarterlyMarJunSepDec Annual | ||
| nextRunDate | string | The next date this recurring task should be created (for display purposes) |
The next date this recurring task should be created (for display purposes) | ||
| checklist | array of ChecklistItemDto | Checklist items for this recurring task template |
Checklist items for this recurring task template | ||
| taskNameTemplate | string | Optional template for naming tasks created from this recurring task. |
Optional template for naming tasks created from this recurring task. | ||
JSON Example
{
"code": "string",
"name": "string",
"description": "string",
"libraryCode": "string",
"libraryStatus": "NotFromLibrary"
}