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

# ReasonStalled table

> Why was the sale marked as stalled

## ReasonStalled Table (154)

ReasonStalled MDO list item table.
Why was the sale marked as stalled

## Fields

| Name                      | Description                                                                     | Type                            | Nullable |
| ------------------------- | ------------------------------------------------------------------------------- | ------------------------------- | :------: |
| ReasonStalled\_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    |

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

## Indexes

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

## Relationships

| Table                                                  | Description                                                                                                                                                                                                                                                                                     |
| ------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [associate](./associate)                               | Employees, resources and other users - except for External persons                                                                                                                                                                                                                              |
| [ReasonStalledGroupLink](./reasonstalledgrouplink)     | Link table for ReasonStalled, for MDO item hiding                                                                                                                                                                                                                                               |
| [ReasonStalledHeadingLink](./reasonstalledheadinglink) | Heading link table for ReasonStalled, for MDO headers                                                                                                                                                                                                                                           |
| [sale](./sale)                                         | Sales  For every Sale record edited through the SuperOffice GUI, a copy of the current version of the record will be saved in the SaleHist table. This also applies to editing done through the SaleModel COM interface, but not to editing done through the OLE DB Provider or other channels. |
| [SaleHist](./salehist)                                 | Mirror image of the Sale table, providing a full transaction history. Every time you edit a sale, the current record of the sale is also saved here.                                                                                                                                            |

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

- [ReasonStalledGroupLink table](/en/database/tables/reasonstalledgrouplink.md)
- [ReasonStalledHeadingLink table](/en/database/tables/reasonstalledheadinglink.md)
- [SuperOffice.WebApi.Data.ReasonStalled](/en/api/reference/webapi/SuperOffice.WebApi.Data.ReasonStalled.md)
- [SuperOffice.WebApi.Data.SaleEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.SaleEntity.md)
- [Get Reason Stalled](/en/api/reference/restful/rest/list_reasonstalled/get-reason-stalled.md)
- [Put Reason Stalled](/en/api/reference/restful/rest/list_reasonstalled/put-reason-stalled.md)
