TermAndConditionTask Table

FlexNet Manager Suite 2020 R1 (On-Premises)

TermAndConditionTask holds extra information about a task.

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 TermAndConditionTask table

Database Column

Details

ComplianceTaskID

Type: integer. Key

The task this extra information applies to. Foreign key to the ComplianceTask table.

Completed

Type: boolean

Set this field to True if this task has been completed.

CompletionDate

Type: datetime. Nullable

The date of completion of the task.

ComplianceUserID

Type: integer. Key. Nullable

The end-user this task is assigned to. Foreign key to the ComplianceUser table.

Notes

Type: text. Nullable

Notes or comments related to the task.

FlexNet Manager Suite (On-Premises)

2020 R1