ConsentPerson Table (472)
Some tooltip text!
• 1 minute to read
• 1 minute to read
Link table that defines who has which consents
Fields
Name | Description | Type | Null |
---|---|---|---|
consentperson_id | Primary key | PK | |
person_id | Person who gave consent | FK person | ● |
consentPurpose_id | Legal base | FK ConsentPurpose | ● |
legalBase_id | Legal base | FK LegalBase | ● |
consentSource_id | Consent source | FK ConsentSource | ● |
comment | A comment describing why this GDPR change was made | String(255) | ● |
registered | Registered when | UtcDateTime | |
registered_associate_id | Registered by whom | FK associate | |
updated | Last updated when | UtcDateTime | |
updated_associate_id | Last updated by whom | FK associate | |
updatedCount | Number of updates made to this record | UShort |
Indexes
Fields | Types | Description |
---|---|---|
consentperson_id | PK | Clustered, Unique |
legalBase_id | FK | Index |
consentSource_id | FK | Index |
person_id, consentPurpose_id | FK, FK | Unique |
Relationships
Table | Description |
---|---|
associate | Employees, resources and other users - except for External persons |
ConsentPurpose | GDPR purpose alternatives |
ConsentSource | Consent source for GDPR |
LegalBase | Legal base for GDPR (Article 6) |
person | Persons in a company or an organizations. All associates have a corresponding person record |
Replication Flags
- Area Management controlled table. Contents replicated to satellites and traveller databases.
- Replicate changes UP from satellites and travellers back to central.
- Copy to satellite and travel prototypes.
Security Flags
- No access control via user's Role.