> 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/objectbeheer/objectparameters-configureren.md).

# Objectparameters configureren

Objectparameters bepalen hoe objectgegevens werken in uw omgeving.

Dit kan van invloed zijn op zichtbaarheid, validatie en hoe Objecten in andere flows worden gebruikt.

### Waar parameters vaak invloed op hebben

Parameters kunnen invloed hebben op:

* zichtbare objectvelden
* verplichte gegevens
* App-gedrag
* koppelingen met Werkbonnen of formulieren

{% stepper %}
{% step %}

### Open het gedeelte Instellingen

Ga naar **Instellingen** in BackOffice.
{% endstep %}

{% step %}

### Vind de Objectparameters

Open de parametersectie die Objecten of assetbeheer omvat.
{% endstep %}

{% step %}

### Controleer de huidige configuratie

Controleer welke velden, regels en weergave-instellingen actief zijn.
{% endstep %}

{% step %}

### Werk de instellingen bij

Wijzig alleen de parameters die u nodig hebt.

Sla de wijzigingen daarna op.
{% endstep %}

{% step %}

### Test het resultaat

Open een Object en een Werkbon om het nieuwe gedrag te bevestigen.
{% endstep %}
{% endstepper %}

### Goed configuratieadvies

* wijzig één instelling tegelijk
* test met een echt Objectrecord
* documenteer belangrijke configuratiebeslissingen intern

### Veelgestelde vragen

<details>

<summary>Wie moet Objectparameters wijzigen?</summary>

Meestal een beheerder of key user.

</details>

<details>

<summary>Hebben parameterwijzigingen invloed op bestaande Objecten?</summary>

Sommige wel.

Dat hangt af van de specifieke instelling.

</details>

<details>

<summary>Waarom na elke wijziging testen?</summary>

Omdat objectinstellingen meerdere processen tegelijk kunnen beïnvloeden.

</details>

### Gerelateerde onderwerpen

* [**Configureer vrije velden voor Object**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/objectbeheer/vrije-objectvelden-configureren.md)
* [**Objectbeheer**](/outsmart-knowledge-base/outsmart-knowledge-base-nl/marketplace-pakketten-en-power-ups/power-ups/objectbeheer.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/objectbeheer/objectparameters-configureren.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.
