EntityCounts Table (534)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
Number of different entities an associate has created for usage statistics
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| entitycounts_id | Primary key | PK | |
| associate_id | Associate who created the entity | FK associate | ● |
| entity_name | The entity measured by this tile | String(255) | ● |
| records | Number of related entities an associate has created | Int | ● |
| registered | Registered when | UtcDateTime | ● |

Indexes
| Fields | Types | Description |
|---|---|---|
| entitycounts_id | PK | Clustered, Unique |
| associate_id, entity_name | FK, String(255) | Unique |
Relationships
| Table | Description |
|---|---|
| associate | Employees, resources and other users - except for External persons |
Replication Flags
- None
Security Flags
- No access control via user's Role.