ComplianceTask Table

ComplianceTask holds a collection of tasks, which are audit responsibilities generated by settings on a TermAndCondition.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for ComplianceTask table

Database Column

Details

ComplianceTaskID

Type: integer. Key. Generated ID

A unique identifier for the task.

ComplianceScheduleID

Type: integer. Key. Nullable

The schedule the task is associated with. Foreign key to the ComplianceSchedule table.

TaskDate

Type: datetime. Nullable

The date for the task.