contactinterest Table (14)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
Link-table between contact and interests in ContInt
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| contactinterest_id | Primary key | PK | |
| contact_id | Owning contact | FK contact | |
| cinterest_idx | Contact interest link | FK ContInt | |
| startDate | Start date for this interest - no GUI | DateTime | ● |
| endDate | End date for this interest - no GUI | DateTime | ● |
| flags | Spare flag field | UInt | ● |
| 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 |
|---|---|---|
| contactinterest_id | PK | Unique |
| cinterest_idx | FK | Index |
| startDate | DateTime | Index |
| endDate | DateTime | Index |
| contact_id, cinterest_idx | FK, FK | Unique |
| contact_id | FK | Clustered |
Relationships
| Table | Description |
|---|---|
| associate | Employees, resources and other users - except for External persons |
| contact | Companies and Organizations. |
| ContInt | ContInt list table. List-text of all valid contact interest types. |
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
- Sentry controls access to items in this table using user's Role and data rights matrix on the table's parent.