Message Board.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Unique (to the table) Numeric ID |
| persid | nvarchar(30) | with null | Persistent ID (SystemObjectName:id) |
| del | integer | with null | Deleted flag (0=active 1=inactive/marked as deleted) |
| posted_date | integer | with null | Last modify time |
| posted_by | byte(16) | with null | Who did the posting |
| text | nvarchar(4000) | with null | Message text |
| control_group | byte(16) | with null | Group to display to |
| internal | integer | with null | Internal Flag |
| loc_id | byte(16) | with null | Pointer to location |
| organization | byte(16) | with null | Pointer to Organization |
| active_flag | integer | not null | 0=inactive, 1=active |
| cnote_type | integer | with null | Announcement type |
| close_date | integer | with null | When closed |
Product Name: Unicenter Service Desk
Table Type: Table