> 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

Sie können ein Objekt in einem Arbeitsauftrag mit einem Formular verknüpfen.

Dies ist nützlich, wenn ein Arbeitsauftrag mehrere Objekte enthält und jedes Objekt sein 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 im Formular angezeigt werden
* Das ausgefüllte Formular wird Teil der Objekthistorie

### Verknüpfen Sie ein Objekt mit einem Formular in der App

{% stepper %}
{% step %}

### Öffnen Sie den Arbeitsauftrag

Ö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.
{% endstep %}

{% step %}

### Formular ausfüllen

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

### Verknüpfen Sie ein Objekt mit einem Formular im BackOffice

{% stepper %}
{% step %}

### Öffnen Sie den Arbeitsauftrag

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

{% step %}

### Formulare öffnen

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

{% step %}

### Formularverknüpfung bearbeiten

Klicken Sie auf **Bearbeiten**.

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

{% step %}

### Die Ä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 Sie **Objekt erforderlich** in den Formulareinstellungen.

</details>

<details>

<summary>Wird das ausgefüllte 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/marketplace-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.
