CategoryFamily Table (473)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
Grouping table so that multiple company categories can be grouped under one term; to simplify searching for things like 'all customers'
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| categoryfamily_id | Primary key | PK | |
| name | The list item | String(239) | |
| rank | Rank order | UShort | ● |
| tooltip | Tooltip or other description | String(254) | ● |
| deleted | 0 -> record is active 1 -> record is 'deleted' and should not be shown in lists | UShort | ● |
| 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 |
|---|---|---|
| categoryfamily_id | PK | Clustered, Unique |
| name | String(239) | Unique |
Relationships
| Table | Description |
|---|---|
| associate | Employees, resources and other users - except for External persons |
| Category | Category list table |
Replication Flags
- None
Security Flags
- No access control via user's Role.