|
Column Name |
Column Datatype |
Column Null Option |
Column Comment |
|
|
| CallbackAssignmentOid | BIGINT | NOT NULL | This is the primary key. |
| CallbackOid | BIGINT | NOT NULL | This is a foreign key to the HCallback table. |
| CallbackListDefOid | INT | NOT NULL | This is a foreign key to the HCallbackListDef table. |
| CBListContainerType | VARCHAR(8) | NOT NULL | This indicates the context associated with a callback list. Allowable values: "TbOid". |
| CBListContainerOid | INT | NOT NULL | This is the object ID of the context associated with a callback list. For example, TrackingboardOid. |
| CBAssigneeStaffOid | INT | NULL | This indicates which staff is assigned. |
| CBAssignmentStartDTimeMins | SMALLDATETIME | NOT NULL | This indicates the date/time when this assignment started. |
| CBAssignmentEndDTimeMins | SMALLDATETIME | NULL | This indicates the date/time when this assigment ended. |
| CBAssignmentStartedByOid | INT | NOT NULL | This is the user who started the assignment. |
| CBAssignmentEndedByOid | INT | NULL | This is the user who ended the assignment. |
| CBAssignmentStartedByLoginId | VARCHAR(100) | NOT NULL | This is the login ID of the user who started the assignment. |
| CBAssignmentEndedByLoginId | VARCHAR(100) | NULL | This is the login ID of the user who ended the assignment. |
| CBAssignmentIsEnded | SMALLINT | NOT NULL | This indicates if the assignment ended. Allowable Values: 0 - No, 1 - Yes. |
| LastCngDtime | DATETIME | NOT NULL | This indicates the current Universal Time Coordinate or Greenwich Mean Time. |