> 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/sales-und-posted-document-extensions.md).

# Sales- und Posted-Document-Extensions

## 72242951 SOUDHL Sales Order

**Extends:** Sales Order

Fügt die `SOUDHL Package Headers SubPage` hinzu, verknüpft über `Order No = No.`. Visibility stammt aus `SOUDHL Sales UI.IsPackageSubpageVisible`; `AccessByPermission` schützt den Part.

Aktion `Create/Suggest DHL Packages` öffnet den StandardDialog und ruft Packing Mgt auf. Warum direkt am Auftrag: Benutzer sehen Paketinhalt und Labelstatus ohne separaten Navigationswechsel.

## 72242961 SOUDHL SalesOrderListExt

**Extends:** Sales Order List

Aktionsgruppe `DHL Print`, sichtbar über den List-Actions-Hook:

* Generate Auto Labels → Report `SOUDHL Generate Label`
* DHL Label Print → Report `SOUDHL Labels Report`
* Boxes
* Billing Numbers
* Configuration
* Delete All Labels nur im Sandbox-Modus

ActionRefs platzieren wichtige Aktionen im Ribbon.

## 72242954 SOUDHL Posted Sales Invoice

**Extends:** Posted Sales Invoice

Fügt eine read-only Package Headers SubPage hinzu. Sie ist über `Order No` verknüpft und kann durch die Host-App-Visibility ausgeblendet werden. Zweck: Labelzugriff nach Fakturierung.

## 72242953 SOUDHL Posted Sales Invoices

**Extends:** Posted Sales Invoices

Aktion `Print DHL Labels` übergibt die aus den markierten Rechnungen abgeleiteten Order Nos. an den Labels Report. Auch diese Aktionsgruppe verwendet den List-Actions-Hook.

## 72242984 SOUDHL Posted Sales Shipment

**Extends:** Posted Sales Shipment

Fügt `SOUDHL Posted Sales Packages` über `Posted Sales Shipment No.` hinzu. Der Link entsteht beim Buchen durch Sales Shipment Mgt.

## Extensibility

Eine alternative Shipping-App soll die DHL-Erweiterungen nicht überschreiben. Sie kann die beiden Sales-UI-Events abonnieren und die native Oberfläche ausblenden, während Datenmodell und High-Level-Codeunits weiterverwendet werden.


---

# 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/sales-und-posted-document-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.
