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

# QuoteApprReason table

> Predefined reasons for quote approval

## QuoteApprReason Table (541)

QuoteApprReason MDO list item table.
Predefined reasons for quote approval

## Fields

| Name                      | Description                                                                     | Type                            | Nullable |
| ------------------------- | ------------------------------------------------------------------------------- | ------------------------------- | :------: |
| quoteapprreason\_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/QuoteApprReason.png?fit=max&auto=format&n=3ZhivzBeXAvFeVZx&q=85&s=63679c54db0c5e85b47900080fb05b88" alt="QuoteApprReason table relationship diagram" width="1078" height="929" data-path="media/loc/en/database/tables/QuoteApprReason.png" />

## Indexes

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

## Relationships

| Table                                                      | Description                                                        |
| ---------------------------------------------------------- | ------------------------------------------------------------------ |
| [associate](./associate)                                   | Employees, resources and other users - except for External persons |
| [QuoteApprReasonGroupLink](./quoteapprreasongrouplink)     | User group link table for QuoteApprReason, for MDO item hiding     |
| [QuoteApprReasonHeadingLink](./quoteapprreasonheadinglink) | Heading link table for QuoteApprReason, 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

- [QuoteApprReasonHeadingLink table](/en/database/tables/quoteapprreasonheadinglink.md)
- [QuoteApprReasonGroupLink table](/en/database/tables/quoteapprreasongrouplink.md)
- [quoteapprreason](/en/api/mdo-providers/reference/quoteapprreason.md)
- [Get M D O List](/en/api/reference/restful/rest/list_quoteapprovereason/get-m-d-o-list.md)
- [Post Quote Approve Reason](/en/api/reference/restful/rest/list_quoteapprovereason/post-quote-approve-reason.md)
- [Put Quote Approve Reason](/en/api/reference/restful/rest/list_quoteapprovereason/put-quote-approve-reason.md)
