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

# ProductFamily table

> List for the ProductFamily field of the Product table (Quote Management)

## ProductFamily Table (411)

ProductFamily MDO list item table.
List for the ProductFamily field of the Product table (Quote Management)

## Fields

| Name                      | Description                                                                     | Type                            | Nullable |
| ------------------------- | ------------------------------------------------------------------------------- | ------------------------------- | :------: |
| productfamily\_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/zNQa3AO19PFK63SB/media/loc/en/database/tables/ProductFamily.png?fit=max&auto=format&n=zNQa3AO19PFK63SB&q=85&s=c3172561df65de873a6d4c71f8da08b3" alt="ProductFamily table relationship diagram" width="989" height="851" data-path="media/loc/en/database/tables/ProductFamily.png" />

## Indexes

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

## Relationships

| Table                                                  | Description                                                        |
| ------------------------------------------------------ | ------------------------------------------------------------------ |
| [associate](./associate)                               | Employees, resources and other users - except for External persons |
| [ProductFamilyGroupLink](./productfamilygrouplink)     | User group link table for ProductFamily, for MDO item hiding       |
| [ProductFamilyHeadingLink](./productfamilyheadinglink) | Heading link table for ProductFamily, for MDO item headings        |

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

- [ProductFamilyGroupLink table](/en/database/tables/productfamilygrouplink.md)
- [ProductFamilyHeadingLink table](/en/database/tables/productfamilyheadinglink.md)
- [SuperOffice.WebApi.Data.ProductFamily](/en/api/reference/webapi/SuperOffice.WebApi.Data.ProductFamily.md)
- [Get Product Family](/en/api/reference/restful/rest/list_productfamily/get-product-family.md)
- [Put Product Family](/en/api/reference/restful/rest/list_productfamily/put-product-family.md)
- [Post Product Family](/en/api/reference/restful/rest/list_productfamily/post-product-family.md)
