> 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/extensions-und-enums/table-extensions.md).

# Table Extensions

## 72242951 SOUDHL Country Region

**Extends:** `Country/Region`

Feld `72242951 SOUDHL Country Code: Code[10]` speichert den DHL-/ISO-Alpha-3-Code. Parcel DE benötigt ihn im Labelrequest; Installation kann ihn aus Alpha-2 seeden. Die Countries/Regions Page Extension zeigt das Feld.

Warum eigene Extension: Standard-BC-Ländercodes sind kundenspezifisch und häufig zweistellig; eine API-konforme dreistellige Zuordnung muss separat gepflegt werden.

## 72242980 SOUDHL Unit of Measure

**Extends:** `Unit of Measure`

* Feld `72242980 SOUDHL Dimension Unit` – Enum, Default cm
* Feld `72242981 SOUDHL Weight Unit` – Enum, Default kg

Historische Einheitenquelle für Item-UoM-Maße. Die Felder bleiben aus Kompatibilitätsgründen erhalten; eine Upgrade-Routine migriert Mehrheitswerte in die zentrale Configuration. Die zugehörigen Page-Felder sind verborgen.

## 72242981 SOUDHL Item Packing

**Extends:** `Item`

* Feld `72242982 SOUDHL Package Separately: Boolean` – jede Einheit in ein eigenes Paket
* Feld `72242983 SOUDHL Max Qty per Package: Decimal` – maximale Menge je Paket; 0 = unbegrenzt

`SOUDHL Packing Mgt` liest beide Felder beim Aufbau des Plans. Sie erklären, warum bestimmte Artikel trotz freien Gewichts/Volumens getrennt werden.

## 72242982 SOUDHL Item Category Packing

**Extends:** `Item Category`

Feld `72242984 SOUDHL Preferred Box Code: Code[20]` mit Relation auf `SOUDHL Box.Code`.

Packing bevorzugt diese Box für Artikel der Kategorie, sofern sie passt. Ist sie ungeeignet oder leer, wird auf die kleinste passende Box zurückgefallen.

## Trigger und Procedures

Die vier Table Extensions besitzen keine eigenen Trigger oder Procedures.

## Externe Schreibregeln

* Country Code als Alpha-3 pflegen.
* Item-Packingfelder nur mit den Connector-Algorithmen interpretieren.
* UoM-Extension-Felder gelten als Legacy/Kompatibilität; neue Integrationen sollen Configuration bzw. die vereinbarte Host-Shipping-Setupquelle verwenden.
* Preferred Box muss Maße und Gewicht der Artikel tatsächlich aufnehmen können.


---

# 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/extensions-und-enums/table-extensions.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.
