SaleTypeStageLink Table (160)
•
Environment: onsite, online
Some tooltip text!
• 2 minutes to read
• 2 minutes to read
Many-many link table between sale type and stage; and an anchor point for guide items
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| SaleTypeStageLink_id | Primary key | PK | |
| saleType_id | Link to sale type | FK SaleType | |
| stageId | Link to prob, aka Stage | FK Prob | |
| 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 |
|---|---|---|
| SaleTypeStageLink_id | PK | Clustered, Unique |
| saleType_id, stageId | FK, FK | Index |
Relationships
| Table | Description |
|---|---|
| associate | Employees, resources and other users - except for External persons |
| Prob | Prob list table. Probability, used in sales . |
| SaleType | Type of sale - large solution, incremental, whatever fits the organization |
| 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.