| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| name |
Name of the task status (Created,Closed) |
string |
Required Max length: 255 |
| is_default |
Auto selected when creating a new task |
boolean | |
| is_closed |
Set this task_status as a CLOSED status (task will be archived) |
boolean | |
| sales_organization_id |
FK of sales_organization. Filled if specific of one SO, empty if can be used by all |
globally unique identifier | |
| color_hexadecimal_value |
can be 112233 or #112233 |
string | |
| archived |
archived? |
boolean | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date | |
| percentage | integer |