Describes a app item
Column | Type | References | Comments |
---|---|---|---|
id | Integer | Primary key | |
guid | String | ||
vdb_id | Integer | ||
created | Date | Date created | |
summary | String | Short summary | |
detail | String | Detailed description | |
due_date | Date | Due date | |
is_delayed | Boolean (t or f) | Is this app item delayed? | |
priority | Integer | Priority : 1 = highest, 5 = lowest | |
type_id | Integer | db_process_type.id | Process type ID |
category_id | Integer | db_category.id | Category ID |
department_id | Integer | ID of the department this app item belongs to | |
last_state_changed | Date | Last state change on | |
last_updated | Date | Last update on | |
requestor_id | Integer | db_person.id | Requestor ID |
requestor_name | String | Requestor name (in case requestor is not a user of the system) | |
requestor_email | String | Requestor email (in case requestor is not a user of the system) | |
creator_id | Integer | db_person.id | Creator ID |
assigned_to_id | Integer | db_person.id | Current owner |
state_id | Integer | db_state.id | State this app item is in |
completed | Date | Completed on | |
is_requestor_visible | Boolean (t or f) | Is visible to requestor? | |
custom_field_string | String | (New column since v9.1) Includes a JSON formatted string of all custom fields attached to this entity. |