| 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 | string | ||
| only_for_e_service | boolean | ||
| default_assigned_user_group_id | globally unique identifier | ||
| enabled_for_job_create_follow_up | boolean | ||
| enabled_for_job_new_planning_needed | boolean | ||
| enabled_for_job_approval_customer_remark | boolean | ||
| enabled_for_job_attention_required | boolean | ||
| archived |
archived? |
boolean | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |