Application Status Changes
Application Status Changes
| Field | Type | Description |
|---|---|---|
id 🔑 | INTEGER | Legacy row identifier (same value as application_status_change_id). |
application_status_change_id | INTEGER | The ID of the ApplicationStatusChange object. |
linked_application_id 🔗 | INTEGER | The ID of the Application object that this status change is associated with. |
previous_status | STRING | The previous status of the Application object. |
new_status | STRING | The new status of the Application object. |
change_reason | STRING | The reason for the status change. |
changed_by_user_id 🔗 | INTEGER | The ID of the User object that made the status change. |
changed_at | TIMESTAMP | The timestamp of the status change. |
created_at | TIMESTAMP | The timestamp of when the status change was created. |
updated_at | TIMESTAMP | The timestamp of when the status change was last updated. |
overridden | BOOLEAN | True if the status change was overridden, false otherwise. |
overridden_reason | STRING | The reason the status change was overridden (categorical string). |
overridden_explanation | STRING | The explanation of why the status change was overridden (freeform text). |
Key Information
Primary Keys
id- Legacy row identifier (same value as application_status_change_id).
Foreign Keys
linked_application_id- The ID of the Application object that this status change is associated with.changed_by_user_id- The ID of the User object that made the status change.
Updated about 1 month ago
