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

# Credited table

> Credited list table. List of who is to be credited for the sale.

## Credited Table (97)

Credited MDO list item table.
Credited list table. List of who is to be credited for the sale.

## Fields

| Name                      | Description                                                                     | Type                            | Nullable |
| ------------------------- | ------------------------------------------------------------------------------- | ------------------------------- | :------: |
| Credited\_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/-KbDeS3ObOMH8eFq/media/loc/en/database/tables/Credited.png?fit=max&auto=format&n=-KbDeS3ObOMH8eFq&q=85&s=ad3fd889f06d496c3a86d7cce38c8661" alt="Credited table relationship diagram" width="841" height="758" data-path="media/loc/en/database/tables/Credited.png" />

## Indexes

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

## Relationships

| Table                                        | Description                                                                                                                                                                                                                                                                                     |
| -------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [associate](./associate)                     | Employees, resources and other users - except for External persons                                                                                                                                                                                                                              |
| [CreditedGroupLink](./creditedgrouplink)     | User group link table for Credited, for MDO item hiding                                                                                                                                                                                                                                         |
| [CreditedHeadingLink](./creditedheadinglink) | Heading link table for Credited, 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

- [CreditedGroupLink table](/en/database/tables/creditedgrouplink.md)
- [CreditedHeadingLink table](/en/database/tables/creditedheadinglink.md)
- [credited](/en/api/mdo-providers/reference/credited.md)
- [Put Credited](/en/api/reference/restful/rest/list_credited/put-credited.md)
- [Post Credited](/en/api/reference/restful/rest/list_credited/post-credited.md)
- [Get Credited](/en/api/reference/restful/rest/list_credited/get-credited.md)
