> 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/dpd-connector-premium/referenz-and-datenmodell/rollencenter-kacheln-and-berechtigungen.md).

# Rollencenter, Kacheln & Berechtigungen

## Rollencenter, Kacheln & Berechtigungen

Der DPD Connector integriert sich in die Business-Central-**Rollencenter** und liefert eigene **Berechtigungssätze**. Diese Seite gibt den Überblick.

### Aktivitäts-Kacheln (Cues)

Im Rollencenter zeigt die Gruppe **DPD Sendungen** auf einen Blick den Stand Ihres Versands. Ein Klick öffnet die jeweils gefilterte Paketliste.

| Kachel            | Zeigt                                     |
| ----------------- | ----------------------------------------- |
| **Offene Pakete** | angelegt, aber noch nicht an DPD gesendet |
| **Hochgeladen**   | bereits übermittelt                       |
| **Unterwegs**     | im Transportnetz                          |
| **In Zustellung** | beim Zusteller                            |
| **Zugestellt**    | erfolgreich zugestellt                    |
| **Probleme**      | Zustellproblem (Exception)                |

### Menügruppe „DPD Versand"

Je nach Rollencenter stehen unterschiedliche Einträge zur Verfügung:

{% tabs %}
{% tab title="Auftragsabwicklung (Order Processor)" %}
Vollständiges DPD-Menü:

* DPD Pakete
* [Direktversand](/dpd-connector-premium/sendungen-erstellen-praxis/direktversand-ohne-verkaufsbeleg.md)
* [Tagesabschluss / Manifest](/dpd-connector-premium/sendungen-erstellen-praxis/sendung-stornieren-and-tagesabschluss.md)
* [DPD Depot-Konten](/dpd-connector-premium/stammdaten-einrichten/depot-konten-multi-mandant.md)
* [Absenderadressen](/dpd-connector-premium/stammdaten-einrichten/absenderadressen-mehrere-absender.md)
* [DPD Kartons](/dpd-connector-premium/stammdaten-einrichten/boxen-and-smart-packing.md)
* [DPD Versandtarife](/dpd-connector-premium/stammdaten-einrichten/versandtarife-kostenschatzung.md)
* Paketshop Finder
* [Gefahrgut-Stammdaten](/dpd-connector-premium/stammdaten-einrichten/gefahrgut-stammdaten.md)
* Import-Protokoll
* [DPD Konfiguration](/dpd-connector-premium/verbindung-and-konfiguration/dpd-konfiguration-feldreferenz.md)
  {% endtab %}

{% tab title="Business Manager" %}
Wie Auftragsabwicklung, jedoch **ohne** DPD Versandtarife.
{% endtab %}

{% tab title="Verkaufsauftragsabwicklung" %}
Kompakt: **DPD Pakete** und **Tagesabschluss / Manifest**.
{% endtab %}
{% endtabs %}

### Berechtigungssätze

Der Connector liefert drei Berechtigungssätze:

| Berechtigungssatz        | Für wen                       | Rechte (grob)                                                                      |
| ------------------------ | ----------------------------- | ---------------------------------------------------------------------------------- |
| **DPD Super User**       | Administrator/Key-User        | Vollzugriff auf alle DPD-Objekte (Lesen/Schreiben/Anlegen/Löschen)                 |
| **DPD Integration User** | Tägliche Anwender/Integration | Wie Super User, aber die **Konfiguration** nur lesen/ändern (kein Anlegen/Löschen) |
| **DPD Base Access**      | Nur-Lese-Zugriff              | Lesen der Kern-Tabellen                                                            |

{% hint style="info" %}
Die Basisrechte (**DPD Base Access**) werden über Erweiterungen automatisch an die Standard-Lizenzrollen (D365 Basic/Read/Premium) angehängt, sodass Benutzer die DPD-Daten grundsätzlich sehen können. Für den aktiven Versand weisen Sie **DPD Integration User** oder **DPD Super User** zu.
{% endhint %}

### Empfehlung zur Rechtevergabe

* **Administrator/Einrichtung:** DPD Super User (nur wenige Personen).
* **Versandmitarbeiter:** DPD Integration User – kann versenden, drucken, stornieren, aber die zentrale Konfiguration nicht versehentlich löschen.
* **Auskunft/Controlling:** DPD Base Access – sieht Sendungen und Status, ohne Änderungsrechte.


---

# 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/dpd-connector-premium/referenz-and-datenmodell/rollencenter-kacheln-and-berechtigungen.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.
