eTable | cm_co_terms_and_conditions |
|---|---|
Description | Per-CO terms and conditions |
Column | Format | Description | Definition | Comments |
|---|---|---|---|---|
id | integer, primary key | Row identifier | autoincrement | |
co_id | integer, foreign key | CO Record ID | cm_cos:id | |
description | varchar(256) | Description | ||
url | varchar(256) | URL to terms and conditions | ||
| body | text(4000) | Body of T&C, instead of URL | Since v3.2.0 | |
cou_id | integer, foreign key | If set, T&C must be agreed to by members of this COU | cm_cous:id | |
status | varchar(2) | Status of T&C |
| |
| ordr | integer | Ascending order in which to display T&Cs | Since v3.1.0 | |
| agreement_duration | integer | Number of days after which T&C Agreements for this T&C are considered expired | Since v4.6.0 | |
| agree_to_updates | boolean | If true, T&C Agreements for this T&C are considered outdated if the definition of this T&C changes | Since v4.6.0 |