This table holds the actions that can be performed on to-do items.
Column Description(s):
Column Name | Column Type | Description |
TKLRACTION_ID |
INTEGER NOT NULL |
Generated unique key. |
STORE_ID |
INTEGER NOT NULL |
Store for which this action is valid. Stores may establish their own tickler actions. |
CODE |
CHAR(30) NOT NULL |
Code used to reference the tickler action. |
CLOSINGACTION |
SMALLINT NOT NULL DEFAULT 0 |
Whether action resolves the issue and hence should close the tickler after this action is recorded. Valid values are as follows:
- 0 = this action will not close the tickler
- 1 = this action will close the tickler
|
MARKFORDELETE |
INTEGER NOT NULL DEFAULT 0 |
Indicates if this tickler reason has been marked for deletion:
- 0 = No.
- 1 = Yes, this tickler reason has been marked for deletion.
|
FIELD1 |
VARCHAR(254) |
Customizable |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
I0000937 |
CODE+STORE_ID |
Unique Index |
SQL050212031322240 |
TKLRACTION_ID |
Primary Key |
I0000947 |
STORE_ID |
Non-Unique Index |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_1206 |
STORE_ID |
STORE |
STORE_ID |
Cascade |
Referenced By:
Constraint Name | Referenced Column Name | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_1203 |
TKLRACTION_ID |
TKLACTHIST |
TKLRACTION_ID |
Cascade |
F_1205 |
TKLRACTION_ID |
TKLRACTDSC |
TKLRACTION_ID |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.