PSM_ReportOutput (ver6.2.0)
Used for storing completed reports for ReportWorks.
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
ID | 6.2.0 | Number(19) | Sequential number generated by the application, uniqueness in the table is guaranteed by Primary Key Unique Index. Required. |
JobQueueCurrentID | 6.2.0 | Number(19) | The ID of the PSM_JobQueueCurrent record that produced the output. |
OutputBytes | 6.2.0 | BLOB | The report output content in binary form. |
OutputType | 6.2.0 | Varchar2(256) | The report type, such as PDF. |