COMMON_TASKS table

The COMMON_TASKS1 table stores common tasks for each persona.

Column Name Description Data type
PERSONA* Name of the persona. Primary key. Character (100)
TASK_ID* Unique ID of a task. Primary key. References TASKS_VIEWABLE (TASK_ID). Character (255)

* Indicates the column is required and not null.

1 Indicates the table is added in release 5.0.

Parent topic: Others