Skip to content

Commit 7865e3f

Browse files
authored
Merge pull request #3072 from 1c-syntax/translations_166f5423a7a418320fa9cc28a0c9e8cd_en
Updates for docs/diagnostics/DenyIncompleteValues.md in en
2 parents c45c4db + 74979b7 commit 7865e3f

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed
Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
1-
# Запрет незаполненных значений (DenyIncompleteValues)
1+
# Deny incomplete values for dimensions (DenyIncompleteValues)
22

33
<!-- Блоки выше заполняются автоматически, не трогать -->
44
## Description
55
<!-- Описание диагностики заполняется вручную. Необходимо понятным языком описать смысл и схему работу -->
6+
Often when designing a metadata structure, it is required that the dimensions of a register must always be filled with values (should not be empty).
7+
8+
Checking for completeness of the dimension value should be done using the "Deny Incomplete Values" flag for the register dimension; additional software control of measurement filling is not required.
9+
It is assumed that records with an empty dimension value do not make sense in the infobase.
10+
The absence of a set flag can lead to potential problems if the application developers have not provided a value validation algorithm.
11+
12+
The current rule may give a lot of false positives, use at your own risk.
13+
14+
The rule applies to the following registers:
15+
- information register
16+
- accumulation register
17+
- accounting register
18+
- calculation register
619

720
## Examples
821
<!-- В данном разделе приводятся примеры, на которые диагностика срабатывает, а также можно привести пример, как можно исправить ситуацию -->
@@ -11,6 +24,9 @@
1124
<!-- Необходимо указывать ссылки на все источники, из которых почерпнута информация для создания диагностики -->
1225
<!-- Примеры источников
1326
14-
* Источник: [Стандарт: Тексты модулей](https://its.1c.ru/db/v8std#content:456:hdoc)
15-
* Полезная информация: [Отказ от использования модальных окон](https://its.1c.ru/db/metod8dev#content:5272:hdoc)
27+
* Source: [Standard: Modules (RU)](https://its.1c.ru/db/v8std#content:456:hdoc)
28+
* Useful information: [Refusal to use modal windows (RU)](https://its.1c.ru/db/metod8dev#content:5272:hdoc)
1629
* Источник: [Cognitive complexity, ver. 1.4](https://www.sonarsource.com/docs/CognitiveComplexity.pdf) -->
30+
- [Development of the interface for applied solutions on the "1C:Enterprise" platform (RU). Ch "Fill check and check on write"](https://its.1c.ru/db/pubv8devui#content:225:1)
31+
- [Developer's Guide - Properties of a dimension (resource, attribute) of the information register (RU)](https://its.1c.ru/db/v8323doc#bookmark:dev:TI000000349)
32+
- [Developer's Guide - Properties of a dimension (resource, attribute) of the accumulation register (RU)](https://its.1c.ru/db/v8323doc#bookmark:dev:TI000000363)

0 commit comments

Comments
 (0)