Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 7 Cases : memo

memo
The memo table stores the case memo data.
A copy of a memo is kept in the pack_memo table if the memo is marked on an outstanding form.
Structure
The memo table has the following structure:
TABLE memo (
node_id INTEGER NOT NULL,
proc_id INTEGER NOT NULL,
casenum NUMERIC(20) NOT NULL,
memo_id INTEGER NOT NULL,
memo_index INTEGER NOT NULL,
memo_size INTEGER NOT NULL,
memo_data IMAGE NOT NULL,
array_idx INTEGER NOT NULL)
-1, if the memo is not an array memo field.
Primary Key
The following primary key is defined for this table.
Triggers
None.
Indexes
The following index is defined for this table.
Table Activity
The memo table contains one or more rows for each memo on the system. Rows are added, updated and deleted in the following situations.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved