> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-worktree-351-fix-webapi-escaped-anchors.mintlify.site/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-worktree-351-fix-webapi-escaped-anchors/B0A1boSFYhnBGGBH/media/loc/en/database/tables/ProjectTypeStatusLink.png?fit=max&auto=format&n=B0A1boSFYhnBGGBH&q=85&s=4442c950b502e7d2dcdfd70650022b55" 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.
