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

# ProductTypeHeadingLink table

> Heading link table for ProductType, for MDO item headings

## ProductTypeHeadingLink Table (416)

Heading link table for ProductType, for MDO item headings

## Fields

| Name                       | Description                           | Type                                | Nullable |
| -------------------------- | ------------------------------------- | ----------------------------------- | :------: |
| producttypeheadinglink\_id | Primary key                           | PK                                  |    No    |
| producttype\_id            | Link to ProductType list table        | FK [ProductType](./producttype.mdx) |    No    |
| heading\_id                | Link to Heading table                 | FK [Heading](./heading.mdx)         |    No    |
| 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/ProductTypeHeadingLink.png?fit=max&auto=format&n=3ZhivzBeXAvFeVZx&q=85&s=cfddac74070ec781a4640de8342837c5" alt="ProductTypeHeadingLink table relationship diagram" width="755" height="730" data-path="media/loc/en/database/tables/ProductTypeHeadingLink.png" />

## Indexes

| Fields          | Types | Description |
| --------------- | ----- | ----------- |
| producttype\_id | FK    | Index       |
| heading\_id     | FK    | Index       |

## Relationships

| Table                        | Description                                                            |
| ---------------------------- | ---------------------------------------------------------------------- |
| [associate](./associate)     | Employees, resources and other users - except for External persons     |
| [Heading](./heading)         | Heading items for all MDO lists, lists that are grouped and filtered.  |
| [ProductType](./producttype) | List for the ProductType field of the Product table (Quote Management) |

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

- [ProductCategoryHeadingLink table](/en/database/tables/productcategoryheadinglink.md)
- [ProductFamilyHeadingLink table](/en/database/tables/productfamilyheadinglink.md)
- [DeliveryTypeHeadingLink table](/en/database/tables/deliverytypeheadinglink.md)
- [PaymentTypeHeadingLink table](/en/database/tables/paymenttypeheadinglink.md)
- [ProductTypeGroupLink table](/en/database/tables/producttypegrouplink.md)
- [PMembTypeHeadingLink table](/en/database/tables/pmembtypeheadinglink.md)
