> 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/marktplaats-pakketten-en-power-ups/power-ups/workflows/workflow-instellingen-en-apparaatbeleid.md).

# Workflow instellingen en apparaatbeleid

Bepaal wat medewerkers tijdens een workflow in de mobiele app kunnen zien en bewerken.

Apparaatbeleid houdt Controle over hoe Workflows in de app werken.

Zij bepalen welke gegevens Medewerkers kunnen zien en welke velden zij kunnen wijzigen.

### Algemene workflowinstellingen

#### Weergave-instellingen

Deze Instellingen hebben Controle over welke secties in de workflow worden weergegeven:

* `WERKSTROOM_TOON_RELATIEGEGEVENS`
* `WERKSTROOM_WERKBONDETAILS_WEERGEVEN`
* `WORKFLOW_SHOW_RELATIE_DETAILS`
* `WORKFLOW_SHOW_SCHEMA`
* `WERKSTROOM_TOON_MATERIEEL`

#### Instellingen bewerken

Deze instellingen bepalen wat medewerkers kunnen wijzigen:

* `WERKSTROOM_BEWERKEN_WERKGEGEVENS`
* `WERKSTROOM_BEWERKEN_SCHEMA`
* `WERKSTROOM_BEWERKEN_MATERIEEL`
* `BEWERKEN_RELATIEGEGEVENS_UITSCHAKELEN`

#### Handtekeninginstellingen

Deze instellingen hebben invloed op de handtekeningstap:

* `HANDTEKENING_VEREIST`
* `HANDMATIGE_HANDTEKENING_CONTACTPERSOON_VEREIST`

### Werk workflowgerelateerde Instellingen bij

{% stepper %}
{% step %}

### Open de Instellingen van het apparaat

Ga naar **Instellingen** → **App instellingen**.
{% endstep %}

{% step %}

### Zoek de Instellingen voor Workflows op

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

{% step %}

### Breng de vereiste Wijziging aan in de opties

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

{% step %}

### Opslaan en synchroniseren

Sla de Wijzigingen op.

Laat Medewerkers de app vervolgens 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>Zijn deze Instellingen van toepassing op alle Workflows?</summary>

Meestal wel.

Deze Instellingen geven Controle over de workflow in de app.

</details>

<details>

<summary>Wanneer treden de Wijzigingen in werking?</summary>

Nadat de Instellingen zijn opgeslagen en de app is gesynchroniseerd.

</details>

<details>

<summary>Kan Klantgegevens alleen-lezen zijn?</summary>

Ja.

U kunt Medewerkers toestaan Klantgegevens te bekijken zonder deze te bewerken.

</details>

### Gerelateerde onderwerpen

* [**Workflows**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marktplaats-pakketten-en-power-ups/power-ups/workflows.md)
* [**Workflow staptypen**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marktplaats-pakketten-en-power-ups/power-ups/workflows/workflow-stap-typen.md)
* [**Power-ups**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marktplaats-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/marktplaats-pakketten-en-power-ups/power-ups/workflows/workflow-instellingen-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.
