| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| name |
Name of the task type |
string |
Required Max length: 255 |
| is_default |
Auto selected when creating a new task |
boolean | |
| sequence |
Sorting field (0 first), to order them |
integer | |
| sales_organization_id |
FK of sales_organization. Filled if specific of one SO, empty if can be used by all |
globally unique identifier | |
| icon |
Icon identifier used to render this task type in the UI. |
string | |
| only_for_e_service |
Indicates this task type is reserved for tasks created via the e-Service portal. |
boolean | |
| default_assigned_user_group_id |
Foreign key of the user group new tasks of this type are assigned to by default when no explicit assignee is provided. |
globally unique identifier | |
| enabled_for_job_create_follow_up |
Indicates a task of this type is automatically generated for follow-up when a job is created. |
boolean | |
| enabled_for_job_new_planning_needed |
Indicates a task of this type is automatically generated when a job needs new planning. |
boolean | |
| enabled_for_job_approval_customer_remark |
Indicates a task of this type is automatically generated when a customer leaves a remark on a job approval. |
boolean | |
| enabled_for_job_attention_required |
Indicates a task of this type is automatically generated when a job requires attention. |
boolean | |
| archived |
archived? |
boolean | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |