contactinterest Table (14)
Some tooltip text!
• 2 minutes to read
• 2 minutes 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. This table features a special record containing information about the contact that owns the database. |
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.