# Проверка полей

Приложение "Проверка полей" предназначено для валидация полей заказа покупателя, отгрузки и других документов, в зависимости от статуса документа или заполнения другого поля.

![](/files/rWV9Gso3PmQEHMHn8A7i)

{% hint style="info" %}
Ошибки валидации выдаются по одной, невозможно на выдать одновременно все нарушения валидации.
{% endhint %}

{% hint style="danger" %}
ВАЖНОЕ ОГРАНИЧЕНИЕ: проверка полей работает только при создании или редактировании документа в интерфейсе приложения МойСклад. При массовом редактировании/мобильном приложении/API - проверка полей не проводится.
{% endhint %}

#### Поддерживаемые типы сущностей:

* Заказ покупателя;
* Отгрузка;
* Приемка;
* Перемещение;
* Списание;
* Оприходование.


---

# Agent Instructions: 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:

```
GET https://doc.sklad24.online/msvalidator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
