OrderResultReadAcknowledgmentTracking
This table is used to store information from the overtime-related Orders items used for the result read/acknowledgment tracking feature. Namely, this is the Read or Acknowledge by User (I ORD 1910) and Read or Acknowledged On (I ORD 1915) items.
| Column Name | Type | Description |
|---|---|---|
| OrderResultReadAcknowledgmentLineNumber | INTEGER | The line number for when and who viewed the results associated with this contact. Multiple pieces of information can be associated with this contact. |
| ResultViewingEmployeeIdentifier | VARCHAR | This item stores which user viewed this result. |
| ResultViewedUniversalTime | DATETIME | This item stores when the result was actually viewed by an end user. |
| OrderReadAcknowledgedContactDate | DATETIME | The date of this contact in calendar format. |
| OrderResultViewedLocalTime | DATETIME | This item stores the local time for when the result was actually viewed by an end user. This is calculated by checking the UTC review instant and converting the time according to the department where the order was placed. |
| OrderRecordIdentifier | NUMERIC | The unique identifier for the order record. |
| UniqueContactDateFloat | FLOAT | A unique contact date in decimal format. The integer portion of the number indicates the date of contact. The digits after the decimal distinguish different contacts on the same date and are unique for each contact on that date. For example, .00 is the first/only contact, .01 is the second contact, etc. |