> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-pakete-und-power-ups/power-ups/objektverwaltung/objektteile-verwalten.md).

# Objektteile verwalten

Zerlegen Sie komplexe Objekte in Teile und verwalten Sie diese pro Objekt.

Objektteile helfen Ihnen, Bestandteile innerhalb eines größeren Objekts zu erfassen.

Das ist nützlich für Anlagen mit mehreren wartbaren Bestandteilen.

### Warum Objektteile verwenden

Objektteile liefern mehr Details, ohne für jeden Bestandteil eine komplett separate Objektstruktur anzulegen.

Sie können sie nutzen, um Bestandsdaten wie Menge, Seriennummern oder Serviceinformationen zu erfassen.

{% stepper %}
{% step %}

### Objekt öffnen

Öffnen Sie das übergeordnete Objekt im Backoffice.
{% endstep %}

{% step %}

### Öffnen Sie den Objektteile-Bereich.

Rufen Sie im Objekt den Bereich für Objektteile bzw. Bestandteile auf.
{% endstep %}

{% step %}

### Objektteil hinzufügen

Erstellen Sie einen neuen Objektteil und geben Sie die grundlegenden Details ein.
{% endstep %}

{% step %}

### Relevante Daten und Felder hinzufügen

Fügen Sie Menge, Datumsangaben und alle zusätzlichen Felder hinzu, die Sie benötigen.
{% endstep %}

{% step %}

### Speichern

Speichern Sie den Objektteil.

Er ist jetzt mit dem Objekt verknüpft.
{% endstep %}
{% endstepper %}

### Häufig gestellte Fragen

<details>

<summary>Wann sollten Sie einen Objektteil statt eines separaten Objekts verwenden?</summary>

Verwenden Sie einen Objektteil, wenn der Bestandteil eindeutig zu einem Hauptobjekt gehört.

Verwenden Sie ein separates Objekt, wenn es einen eigenen, umfassenderen Lebenszyklus und eine eigene Nutzung benötigt.

</details>

<details>

<summary>Kann ich Objektteile später bearbeiten?</summary>

Ja.

Sie können die Details des Objektteils später aktualisieren.

</details>

<details>

<summary>Helfen Objektteile bei der Servicehistorie?</summary>

Sie helfen Ihnen, mehr Details zum Objekt zu erfassen.

Das genaue Verhalten der Historie hängt von Ihrer Konfiguration ab.

</details>

### Verwandte Themen

* [**Übergeordnete und untergeordnete Objekte verwenden**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-pakete-und-power-ups/power-ups/objektverwaltung/ubergeordnete-und-untergeordnete-objekte-verwenden.md)
* [**Objektverwaltung**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-pakete-und-power-ups/power-ups/objektverwaltung.md)


---

# 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://knowledge.out-smart.com/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-pakete-und-power-ups/power-ups/objektverwaltung/objektteile-verwalten.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.
