Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Describes an app item

ColumnTypeReferencesComments
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 Integerdb_process_type.id Process type ID
category_id Integerdb_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 Integerdb_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 Integerdb_person.id Creator ID
assigned_to_id Integerdb_person.id Current owner
state_id Integerdb_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_stringString  (New column since v9.1) Includes a JSON formatted string of all custom fields attached to this entity
  • No labels