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

# DeliveryTypeHeadingLink table

> Heading link table for DeliveryType, for MDO item headings

## DeliveryTypeHeadingLink Table (438)

Heading link table for DeliveryType, for MDO item headings

## Fields

| Name                        | Description                           | Type                                  | Nullable |
| --------------------------- | ------------------------------------- | ------------------------------------- | :------: |
| deliverytypeheadinglink\_id | Primary key                           | PK                                    |    No    |
| deliverytype\_id            | Link to DeliveryType list table       | FK [DeliveryType](./deliverytype.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/zNQa3AO19PFK63SB/media/loc/en/database/tables/DeliveryTypeHeadingLink.png?fit=max&auto=format&n=zNQa3AO19PFK63SB&q=85&s=bfbf42d8626cb01f05c2f85cfe6d1dda" alt="DeliveryTypeHeadingLink table relationship diagram" width="757" height="732" data-path="media/loc/en/database/tables/DeliveryTypeHeadingLink.png" />

## Indexes

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

## Relationships

| Table                          | Description                                                           |
| ------------------------------ | --------------------------------------------------------------------- |
| [associate](./associate)       | Employees, resources and other users - except for External persons    |
| [DeliveryType](./deliverytype) | The list of Delivery types, in the internal product register          |
| [Heading](./heading)           | Heading items for all MDO lists, lists that are grouped and filtered. |

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

- [DeliveryTermsHeadingLink table](/en/database/tables/deliverytermsheadinglink.md)
- [DeliveryTypeGroupLink table](/en/database/tables/deliverytypegrouplink.md)
- [PaymentTypeHeadingLink table](/en/database/tables/paymenttypeheadinglink.md)
- [ProductTypeHeadingLink table](/en/database/tables/producttypeheadinglink.md)
- [PMembTypeHeadingLink table](/en/database/tables/pmembtypeheadinglink.md)
- [ProjTypeHeadingLink table](/en/database/tables/projtypeheadinglink.md)
