> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ProjectTypeStatusLink table

> Many-many link table between project type and status, similar to sale type-stage link; and an anchor point for guide items

## ProjectTypeStatusLink Table (213)

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                              | Nullable |
| ------------------------- | ------------------------------------------------------------------------------- | --------------------------------- | :------: |
| ProjectTypeStatusLink\_id | Primary key                                                                     | PK                                |    No    |
| projType\_id              | Link to project type                                                            | FK [ProjType](./projtype.mdx)     |    No    |
| projStatus\_id            | Link to project status                                                          | FK [ProjStatus](./projstatus.mdx) |    No    |
| rank                      | Rank order                                                                      | UShort                            |    Yes   |
| deleted                   | 0 -> record is active 1 -> record is 'deleted' and should not be shown in lists | UShort                            |    Yes   |
| registered                | Registered when                                                                 | UtcDateTime                       |    No    |
| registered\_associate\_id | Registered by whom                                                              | FK [associate](./associate.mdx)   |    No    |
| updated                   | Last updated when                                                               | UtcDateTime                       |    No    |
| updated\_associate\_id    | Last updated by whom                                                            | FK [associate](./associate.mdx)   |    No    |
| updatedCount              | Number of updates made to this record                                           | UShort                            |    No    |

<img src="https://mintcdn.com/superofficeas/3ZhivzBeXAvFeVZx/media/loc/en/database/tables/ProjectTypeStatusLink.png?fit=max&auto=format&n=3ZhivzBeXAvFeVZx&q=85&s=784c6d5e28e4cd387843564220d134b2" alt="ProjectTypeStatusLink table relationship diagram" width="961" height="857" data-path="media/loc/en/database/tables/ProjectTypeStatusLink.png" />

## Indexes

| Fields                       | Types  | Description |
| ---------------------------- | ------ | ----------- |
| projType\_id, projStatus\_id | FK, FK | Index       |

## Relationships

| Table                                          | Description                                                              |
| ---------------------------------------------- | ------------------------------------------------------------------------ |
| [associate](./associate)                       | Employees, resources and other users - except for External persons       |
| [ProjStatus](./projstatus)                     | ProjStatus list table. Project status                                    |
| [ProjType](./projtype)                         | ProjType list table. List of valid Project types.                        |
| [SuggestedAppointment](./suggestedappointment) | Defines a suggested appointment for use in a Sale Guide or Project Guide |
| [SuggestedDocument](./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.


## Related topics

- [Projects](/en/project/dev/index.md)
- [SuperOffice.WebApi.Data.ProjectTypeStatusLink](/en/api/reference/webapi/SuperOffice.WebApi.Data.ProjectTypeStatusLink.md)
- [Project guides](/en/automation/crmscript/howto/project/guides.md)
- [SuperOffice.WebApi.Data.SuggestedAppointment](/en/api/reference/webapi/SuperOffice.WebApi.Data.SuggestedAppointment.md)
- [SuperOffice.WebApi.Data.SuggestedAppointmentEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.SuggestedAppointmentEntity.md)
- [SuperOffice.WebApi.Data.SuggestedDocumentEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.SuggestedDocumentEntity.md)
