Home > Technical > Table Definitions > REPORTEXPORT
This table is used to track which reports are sent to which users when emailing reports.
Column | Type | Description |
CTRCODE |
BIGINT |
Internal unique number. |
DTMCREATED |
DATETIME |
Date / time the export was sent. |
STRUSERCODE |
VARCHAR(20) |
User code for the person who sent the e-mails. |
STRREPORTNAME |
VARCHAR(40) |
Process name for the report that was sent. |
STRPROCESSID |
VARCHAR(38) |
Unique ID of the report – maps to STRORIGPROCESSID in the REPORTS table. |
INTSTATUS |
INTEGER |
Status indicator – |
STREXPORTUSER |
VARCHAR(200) |
User code of the person to whom the e-mail was sent |
Primary Key: CTRCODE
Converted from CHM to HTML with chm2web Pro 2.85 (unicode) |