ProjectTypeStatusLink Table (213)
Some tooltip text!
• 2 minutes to read
• 2 minutes to read
Many-many link table between project type and status, similar to sale type-stage link; and an anchor point for guide items
Fields
Name | Description | Type | Null |
---|---|---|---|
ProjectTypeStatusLink_id | Primary key | PK | |
projType_id | Link to project type | FK ProjType | |
projStatus_id | Link to project status | FK ProjStatus | |
rank | Rank order | UShort | ● |
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 |
---|---|---|
ProjectTypeStatusLink_id | PK | Clustered, Unique |
projType_id, projStatus_id | FK, FK | Index |
Relationships
Table | Description |
---|---|
associate | Employees, resources and other users - except for External persons |
ProjStatus | ProjStatus list table. Project status |
ProjType | ProjType list table. List of valid Project types. |
SuggestedAppointment | Defines a suggested appointment for use in a Sale Guide or Project Guide |
SuggestedDocument | Unique owner of a set of licensed modules |
Replication Flags
- Replicate changes DOWN from central to satellites and travellers.
- 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.