> For the complete documentation index, see [llms.txt](https://docs.solutioo.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.solutioo.de/entwicklerdokumentationen-business-central-dhl-connector/dhl-connector-entwicklerdokumentation/tabellenreferenz/72242952-soudhl-box.md).

# 72242952 SOUDHL Box

## Zweck

Kartonstamm für Parcel-Produkt, Express-Produkt, Außenmaße, Maximalgewicht und optionalen Lagerartikel. Packing und Labelerzeugung verwenden denselben Boxdatensatz.

## Felder

* `1 Code` – Code\[20], Primärschlüssel
* `2 Name` – Text\[100], Pending/ersetzt fachlich durch `NameOptions`
* `3 UOM` – Text\[10], Legacy, Default mm
* `4 Height` – Decimal
* `5 Width` – Decimal
* `6 Length` – Decimal
* `7 Procedure Number` – Text\[4], Legacy/Pending
* `8 Participation No` – Text\[4], Legacy/Pending, Default `01`
* `9 Weight` – Integer, Kartoneigengewicht in Gramm, Default 1
* `10 APINameOptions` – Option mit historischen i-Product-Werten
* `11 NameOptions` – Enum `SOUDHLProducts`, aktives Parcel-Produkt
* `12 UOMOptions` – Option `mm,cm`, Einheit der Außenmaße
* `20 Express Product` – Enum `SOUDHL Express Product`
* `21 Package Type Code` – Code\[10], Default `3BX`
* `22 Max Weight (kg)` – Decimal; 0 bedeutet Fallback auf Configuration/31,5 kg
* `23 Inventory Item No.` – Code\[20] → Item
* `24 Inventory Unit of Measure Code` – Code\[10] → Item Unit of Measure

## Schlüssel und Trigger

Clustered Primary Key `(Code)`. DropDown: Code und NameOptions.

OnValidate von `Inventory Item No.` leert eine nicht mehr zum Artikel passende Inventory UoM.

Keine Table-Procedures.

## Verwendung

* Packing: Box-Fit, Volumen, Maximalgewicht und Kategoriepräferenz
* Parcel DE: `NameOptions` für Billing Map/Produkt
* Express: `Express Product` und `Package Type Code`
* Package Header: kopiert Maße und Einheit
* Box Inventory: bucht genau eine Einheit des Inventarartikels

## Invarianten

* Maße immer zusammen mit `UOMOptions` interpretieren.
* Parcel-Produkt über `NameOptions`, nicht über obsolete Procedure-/Participation-Felder.
* Inventarartikel und UoM nur pflegen, wenn Kartonverbrauch aktiviert werden soll.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.solutioo.de/entwicklerdokumentationen-business-central-dhl-connector/dhl-connector-entwicklerdokumentation/tabellenreferenz/72242952-soudhl-box.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
