> 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-nl/marketplace-pakketten-en-power-ups/power-ups/workflows/workflowinstellingen-en-apparaatbeleid.md).

# Workflowinstellingen en apparaatbeleid

Apparaatbeleid bepaalt hoe workflows zich in de App gedragen.

Zij bepalen welke gegevens werknemers kunnen zien en welke velden ze kunnen wijzigen.

### Algemene workflow Instellingen

#### Weergave Instellingen

Deze instellingen bepalen welke secties in de workflow verschijnen:

* `WORKFLOW_SHOW_CLIENT_DATA`
* `WORKFLOW_SHOW_WORK_DETAILS`
* `WORKFLOW_TOON_RELATIE_DETAILS`
* `WERKSTROOM_SCHEMA_TONEN`
* `WORKFLOW_SHOW_RESOURCES`

#### Instellingen bewerken

Deze Instellingen bepalen wat medewerkers kunnen wijzigen:

* `WORKFLOW_EDIT_WORK_DETAILS`
* `WORKFLOW_EDIT_SCHEDULE`
* `WORKFLOW_EDIT_RESOURCES`
* `DISABLE_EDIT_CLIENT_DATA`

#### Handtekening Instellingen

Deze Instellingen hebben invloed op de handtekeningstap:

* `SIGNATURE_REQUIRED`
* `REQUIRE_MANUAL_SIGNATURECONTACTPERSON`

### Werkstroomgerelateerde Instellingen bijwerken

{% stepper %}
{% step %}

### Open apparaatinstellingen

Ga naar **Instellingen** → **Apparaatbeleid en Instellingen**.
{% endstep %}

{% step %}

### Zoek de werkstroominstellingen

Open de categorie Instellingen die het gedrag van de werkstroom omvat.
{% endstep %}

{% step %}

### Wijzig de vereiste opties

Schakel de Instellingen in of uit die bij uw proces passen.
{% endstep %}

{% step %}

### Opslaan en synchroniseren

Sla de wijzigingen op.

Laat medewerkers daarna de App synchroniseren.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
App-indelingen kunnen verschillen tussen iOS en Android. Dezelfde instelling kan nog steeds beide platforms beïnvloeden.
{% endhint %}

### Veelgestelde vragen

<details>

<summary>Gelden deze Instellingen voor alle workflows?</summary>

Meestal wel.

Deze Instellingen bepalen het workflowgedrag in de App.

</details>

<details>

<summary>Wanneer treden wijzigingen in werking?</summary>

Nadat de Instellingen zijn opgeslagen en de App is gesynchroniseerd.

</details>

<details>

<summary>Kan data van de Klant alleen-lezen zijn?</summary>

Ja.

U kunt werknemers toestaan om gegevens van de Klant te bekijken zonder deze te bewerken.

</details>

### Gerelateerde onderwerpen

* [**Werkstromen**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/workflows.md)
* [**Soorten werkstroomstappen**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/workflows/workflowstaptypen.md)
* [**Power-Ups**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups.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-nl/marketplace-pakketten-en-power-ups/power-ups/workflows/workflowinstellingen-en-apparaatbeleid.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.
