Table for recording the events associated with the start of a stopwatch configured in AFLS.
Data model
Fields
| Field | Type | Description |
|---|---|---|
| chevent_chronos_refresh* | BIT | Field to identify if updating of this stopwatch event is applicable. |
| chevent_doc_id* | INT | Document ID associated with this event |
| chevent_doc_status* | INT | Status that identifies the status of the document associated with the stopwatch. |
| chevent_id* | INT | Primary Table Key |
| chevent_itemtime_id* | INT | Stopwatch ID associated with this event |
| chevent_providerid | INT | Field to identify the associated vendor. |
| chevent_startdate* | DATETIME | Event Start Date |
| chevent_status* | INT | Status that identifies the stopwatch event. Start = 1, Stop = 2 |
Primary Key
| PK_AFLS_CHRONOS_EVENTS |
|---|
| chevent_id |