This table is used to store discussion board message notifications for subscribed users. Only users that have an email address in their profile can subscribe to a discussion.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| objectkey | integer | not null | |
| pathid | nvarchar(100) | not null | This column holds a tree structure of the message postings
in a "file system like" path.
For example, a top level message has a path of "/1". A reply to the posting has a path of "/1/1". Type: |
| userid | integer | not null | Represents the UID of a Portal user. |
Product Name: Portal
Table Type: Table