MESSAGES View

The MESSAGES view contains one or more messages associated with an operation. Each MESSAGE_ID represents one or more messages. Each message in a MESSAGE_ID has a unique number MESSAGE_NUM, and is separated into pieces that will fit within DATA. The SEQUENCE column can be used to order the entries within a MESSAGE_ID, and MESSAGE_NUM identifies individual messages.
Note: Rows are visible only if the rows referenced by the message are visible to the user.
Name
Type
Description
DATA
WVARCHAR(128)
Specifies a piece of the message text. Not NULL.
MESSAGE_ID
INTEGER
The unique ID of the messages stored in the table. Not NULL.
SEQUENCE
INTEGER
Orders the message entries for the entire MESSAGE_ID. Not NULL.
MESSAGE_NUM
INTEGER
Used to indicate separate messages within a MESSAGE_ID. Not NULL.