Last Updated: 7/22/2025 8:42:49 PM

Intergy Version: 22.00.00.00

TMSActivity

Table Definition  Parent Tables  Child Tables

Table Definition

Description: This table stores activity annotation history about a task.

Field Datatype Default Null Option Comment
CatalogSID INTEGER ?   MANDATORY FK
ActivityCount INTEGER 0   MANDATORY System generated activity count. It serves to uniquely identify an activity for a catalog.
ActivityClass CHARACTER(10)   OPTIONAL Classifies activities related to the catalog entry. This field is system generated. Possible values are: NOTE, APPROVED, CORRECTED, REJECTED, FORWARDED, NEW, REQUESTED, etc.
Note CHARACTER(32000)   OPTIONAL Annotates catalog activity.
TimeStamp CHARACTER(14)   OPTIONAL System generated date/time stamp record was last written.
LastUser INTEGER ?   OPTIONAL User ID of user that last wrote the record.
CreateStamp CHARACTER(14)   OPTIONAL System generated date/time stamp record was created.
CreateUser INTEGER ?   OPTIONAL User ID of user that created the record.

Parent Tables
Parent TableJoin PhraseWhen deleting parent record...
TMSCatalog TMSActivity.CatalogSID = TMSCatalog.CatalogSID CASCADE if TMSActivity exists

Child Tables
Child TableJoin PhraseWhen deleting TMSActivity record...