> ## 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.

# ProjType table

> ProjType list table. List of valid Project types.

## ProjType Table (85)

ProjType MDO list item table.
ProjType list table. List of valid Project types.

## Fields

| Name                      | Description                                                                                            | Type                                          | Nullable |
| ------------------------- | ------------------------------------------------------------------------------------------------------ | --------------------------------------------- | :------: |
| ProjType\_id              | Primary key                                                                                            | PK                                            |    No    |
| name                      | The list item                                                                                          | String(239)                                   |    No    |
| rank                      | Rank order                                                                                             | UShort                                        |    Yes   |
| tooltip                   | Tooltip or other description                                                                           | String(254)                                   |    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    |
| projectDuration           | Expected duration of project, in given units                                                           | Int                                           |    Yes   |
| durationUnit              | Units for the duration                                                                                 | Enum [DurationUnit](./enums/durationunit.mdx) |    Yes   |
| hasGuide                  | Does this project type have a guide attached                                                           | Bool                                          |    Yes   |
| isAutoAdvance             | Does the project status advance automatically, when the last guided activity in a status is completed? | Bool                                          |    Yes   |

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

## Indexes

| Fields | Types       | Description |
| ------ | ----------- | ----------- |
| name   | String(239) | Unique      |

## Relationships

| Table                                            | Description                                                                                                                |
| ------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------- |
| [associate](./associate)                         | Employees, resources and other users - except for External persons                                                         |
| [project](./project)                             | Projects                                                                                                                   |
| [ProjectTypeStatusLink](./projecttypestatuslink) | Many-many link table between project type and status, similar to sale type-stage link; and an anchor point for guide items |
| [ProjTypeGroupLink](./projtypegrouplink)         | User group link table for ProjType, for MDO item hiding                                                                    |
| [ProjTypeHeadingLink](./projtypeheadinglink)     | Heading link table for ProjType, for MDO headers                                                                           |

## 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

- [Get Project Types](/en/api/reference/restful/agent/list_agent/get-project-types.md)
- [SuperOffice.WebApi.Agents.IListAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IListAgent.md)
- [SuperOffice.WebApi.Agents.ListAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ListAgent.md)
- [NSListAgent](/en/automation/crmscript/reference/CRMScript.NetServer.NSListAgent.md)
- [ProjTypeHeadingLink table](/en/database/tables/projtypeheadinglink.md)
- [ProjTypeGroupLink table](/en/database/tables/projtypegrouplink.md)
