TASKS_VIEWABLE table
The TASKS_VIEWABLE1 table stores task settings for each view. The information determines which tasks are available and enabled in a view.
Column Name Description Data type TASK_ID* Unique ID of a task. Primary key. Numeric VIEW_ID Unique ID of a view definition. References VIEW_DEFINITION (ID). Numeric VIEWABLE To determine whether a task is enabled for in a view. Values: ‘Y' or ‘N'. Character (1) * Indicates the column is required and not null.
1 Indicates the table is added in release 5.0.
Parent topic: Others