> 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/pages-page-extensions-und-reports/paket-pages.md).

# Paket-Pages

## 72242980 SOUDHL Create Packages

**Type:** StandardDialog · keine SourceTable

Erfasst optionalen Box Code und feste Paketanzahl. 0 bedeutet automatische Paketanzahl gemäß Packing Mode. Getter `GetBoxCode` und `GetFixedPackageCount` liefern die Auswahl an die Sales-Order-Aktion.

## 72242954 SOUDHL Package Headers SubPage

**Type:** ListPart · **Source:** SOUDHL Package Header · **CardPageID:** SOUDHL Package Header

Eingebettete operative Paketliste an Sales Order und Posted Sales Invoice. Zeigt Box, Billing, Gewicht, Dimensionen, Upload, Tracking und Inventurstatus.

Aktionen:

* Detail öffnen
* alle Pending-Pakete hochladen
* ausgewählte oder alle Labels drucken
* gespeichertes Label herunterladen

`OnNewRecord` setzt Package Date. Custom Dimensions bleiben nur vor Upload editierbar. AssistEdit der Shipment No. öffnet das DHL-Tracking.

## 72242955 SOUDHL Package Header

**Type:** Card · **Source:** SOUDHL Package Header

Detailansicht mit Dimensionen, Empfänger-/DHL-Status, Labelbild, Box Inventory und Package-Lines-Part.

Aktionen:

* Total Weight aktualisieren
* Label erzeugen
* Box Inventory erneut buchen
* Label herunterladen
* Customs Declaration öffnen
* Customs-Dokument herunterladen

Delete ist nur vor Upload erlaubt; die Page löscht zugehörige Lines, während der Tabellen-Trigger Customs bereinigt.

## 72242956 SOUDHL Package Line Sub Page

**Type:** ListPart · **Source:** SOUDHL Package Line · **AutoSplitKey:** true

Bearbeitet Paketinhalt. Item-Lookup ist auf Artikelzeilen des Auftrags begrenzt. OnValidate übernimmt Menge, Gewicht und normalisierte Maße über Packing Mgt. Aktion `Add All Items` ergänzt alle relevanten Auftragspositionen.

## 72242987 SOUDHL Posted Sales Packages

**Type:** read-only ListPart · **Source:** SOUDHL Package Header

Zeigt Pakete über `Posted Sales Shipment No.` auf der gebuchten Verkaufslieferung. Zweck ist Nachvollziehbarkeit und Nachdruck nach dem Buchen.

## Host-App-Verhalten

Die Sales Order Subpage kann über `SOUDHL Sales UI.OnBeforeSetPackageSubpageVisible` ausgeblendet werden, wenn eine übergeordnete Shipping-Cockpit-Page denselben Prozess übernimmt.


---

# 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/pages-page-extensions-und-reports/paket-pages.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.
