Reporting methods used to display information within the Unicenter Service Desk applications.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Unique (to the table) numeric identifier. |
| del | integer | not null | Deleted flag (0=active 1=inactive/marked as deleted) |
| sym | nvarchar(30) | not null | The sym value for this Rpt_Meth. |
| description | nvarchar(80) | with null | Textual description of this reporting method |
| default_out | nvarchar(80) | with null | Output default |
| def_pg_len | nvarchar(80) | with null | Page length default |
| script | nvarchar(1000) | with null | The script value for this Rpt_Meth. |
| is_default | integer | with null | Am I the default |
| last_mod_dt | integer | with null | Timestamp of when this record was last modified |
| last_mod_by | byte(16) | with null | Specifies the uuid of the contact who last modified this record |
Product Name: Unicenter Service Desk
Table Type: Table