> 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/backoffice/backoffice/objekte/objekte-zu-formularen-hinzufugen.md).

# Objekte zu Formularen hinzufügen

Objekt mit einem Formular verknüpfen, damit das Formularergebnis dem richtigen Asset zugeordnet bleibt.

Sie können ein Objekt mit einem Formular innerhalb eines Arbeitsauftrags verknüpfen.

Das ist hilfreich, wenn ein Arbeitsauftrag mehrere Objekte umfasst und jedes Objekt ein eigenes Formularergebnis benötigt.

### Warum das wichtig ist

Wenn ein Formular mit einem Objekt verknüpft ist:

* Techniker wissen, zu welchem Asset das Formular gehört
* Objektdetails können auf dem Formular angezeigt werden
* Das abgeschlossene Formular wird Teil der Objekthistorie

### Objekt mit einem Formular in der App verknüpfen

{% stepper %}
{% step %}

### Arbeitsauftrag öffnen

Öffnen Sie den Arbeitsauftrag in der mobilen App.
{% endstep %}

{% step %}

### Formulare öffnen

Gehen Sie zu **Formulare**.

Öffnen Sie das Formular, das Sie ausfüllen möchten.
{% endstep %}

{% step %}

### Wählen Sie das Objekt aus

Tippen Sie **Objektcode**.

Wählen Sie das richtige Objekt aus der Liste aus.
{% endstep %}

{% step %}

### Formular abschließen

Füllen Sie das Formular aus und speichern Sie es.
{% endstep %}
{% endstepper %}

### Objekt mit einem Formular im Backoffice verknüpfen

{% stepper %}
{% step %}

### Arbeitsauftrag öffnen

Öffnen Sie den Arbeitsauftrag im Backoffice.
{% endstep %}

{% step %}

### Formulare öffnen

Gehen Sie zu **Formulare** Abschnitt.
{% endstep %}

{% step %}

### Formularverknüpfung bearbeiten

Klicken Sie auf **Bearbeiten**.

Wählen Sie das richtige Objekt aus.
{% endstep %}

{% step %}

### Änderung speichern

Klicken Sie auf **Speichern**.
{% endstep %}
{% endstepper %}

### Objektauswahl erforderlich machen

Wenn Techniker immer ein Objekt auswählen müssen, aktivieren Sie **Objekt erforderlich** in:

**Einstellungen → Formulare → \[Ihr Formular] → Erweiterte Einstellungen**

### Häufig gestellte Fragen

<details>

<summary>Kann ich die Objektauswahl in einem Formular verpflichtend machen?</summary>

Ja.

Aktivieren **Objekt erforderlich** in den Formulareinstellungen.

</details>

<details>

<summary>Wird das abgeschlossene Formular in der Objekthistorie gespeichert?</summary>

Ja.

Das Formular bleibt mit dem ausgewählten Objekt verknüpft.

</details>

<details>

<summary>Kann ich Objekte sowohl in der App als auch im Backoffice auswählen?</summary>

Ja.

Sie können das Objekt an beiden Stellen verknüpfen.

</details>

### Verwandte Themen

* [**Objekte**](/outsmart-knowledge-base/outsmart-knowledge-base-de/backoffice/backoffice/objekte.md)
* [**Formulare**](/outsmart-knowledge-base/outsmart-knowledge-base-de/marktplatz-pakete-und-power-ups/power-ups/formulare.md)
* [**Arbeitsaufträge**](/outsmart-knowledge-base/outsmart-knowledge-base-de/backoffice/backoffice/arbeitsauftrage.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/backoffice/backoffice/objekte/objekte-zu-formularen-hinzufugen.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.
