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

# SaleTypeCat table

> Category for sale type

## SaleTypeCat Table (118)

SaleTypeCat MDO list item table.
Category for sale type

## Fields

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

## Indexes

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

## Relationships

| Table                                              | Description                                                                                                                                                                                                                                                                                     |
| -------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [associate](./associate)                           | Employees, resources and other users - except for External persons                                                                                                                                                                                                                              |
| [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.                                                                                                                                            |
| [SaleType](./saletype)                             | Type of sale - large solution, incremental, whatever fits the organization                                                                                                                                                                                                                      |
| [SaleTypeCatGroupLink](./saletypecatgrouplink)     | User group link table for SaleTypeCat, for MDO item hiding                                                                                                                                                                                                                                      |
| [SaleTypeCatHeadingLink](./saletypecatheadinglink) | Heading link table for SaleTypeCat, 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

- [SaleTypeCatHeadingLink table](/en/database/tables/saletypecatheadinglink.md)
- [SaleTypeCatGroupLink table](/en/database/tables/saletypecatgrouplink.md)
- [SaleType table](/en/database/tables/saletype.md)
- [SuperOffice.WebApi.Data.SaleTypeEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.SaleTypeEntity.md)
- [NSSaleTypeEntity](/en/automation/crmscript/reference/CRMScript.NetServer.NSSaleTypeEntity.md)
- [saletypecat](/en/api/mdo-providers/reference/saletypecat.md)
