RUKKENZH
Задать вопрос AI
SectionsОбъекты конфигурации 1С
Reference "Object Property Values" — Technical Description (Accounting for Kazakhstan 3.0.74.2)
Язык статьи:🇷🇺 RU🇰🇿 KK🇬🇧 EN🇨🇳 ZH
Версия статьи:📘 Для бухгалтера⚙️ Для тех-специалиста

Reference "Object Property Values" — Technical Description (Accounting for Kazakhstan 3.0.74.2)

Applies to: 1С:Бухгалтерия для Казахстана, release 3.0.74.2 · by 1C-Sapa Group, 1C partner
СТ
Сапа Т.И. — Эксперт по 1С и бухгалтерскому учёту, преподаватель-практик

1. Identification

Parameter Value
Object Type Catalog
Name ObjectPropertyValues
Full Name Catalogs.ObjectPropertyValues
Synonym — (in some releases — "Additional Values")
Configuration Accounting for Kazakhstan, edition 3.0, version 3.0.74.2
Source Subsystem Library of Standard Subsystems (BSP), Subsystem "Properties" (additional attributes and information)
Hierarchy Hierarchical (groups and elements)
Subordination Subordinate to the owner — element of the catalog AdditionalAttributesAndInformation
Navigation Link e1cib/list/Catalog.ObjectPropertyValues

Purpose. The catalog stores permissible values of additional properties (additional attributes and information) of accounting objects. It is a subordinate catalog: the owner of each set of values is a specific additional attribute/information. The mechanism allows the administrator to extend the standard configuration without programming — to set selection lists for user fields of documents and catalogs (for example, "Hazard Class", "Type of Packaging", "Service Region"). By storing values in a separate catalog, strict typing is ensured: the user selects a value from a pre-prepared list rather than entering arbitrary text. Accountants and other users work with the object daily when filling out documents and catalogs containing additional properties.

Where to find in 1C: section "Administration" (or "NSI and Administration") → "General Settings" → "Additional Attributes and Information" → open the attribute → edit the list of its values. Direct link: e1cib/list/Catalog.ObjectPropertyValues.


2. Attributes and Table Parts

2.1 Header Attributes

Name Type Mandatory Purpose
Code String/Number Standard Standard attribute of the catalog, generated automatically.
Name String Standard Short representation of the value displayed in selection lists.
Parent CatalogReference.ObjectPropertyValues Standard hierarchy attribute — group-owner of the element.
Owner CatalogReference.AdditionalAttributesAndInformation Standard Additional attribute/information to which this value belongs.
Weight Number (xs:decimal) Optional (DontCheck) Weight coefficient for sorting and prioritizing values during selection. Allows managing the order of display of elements in lists independently of alphabetical order.
FullName String (xs:string) Optional (DontCheck) Extended description of the value for cases when the short name is insufficient. Used in printed forms and detailed reports.

2.2 Table Parts

Representations — stores multilingual variants of the property value name. Provides a multilingual interface: the same value is displayed in different languages depending on user settings. For the RK configuration, it is typical to have Russian (ru) and Kazakh (kk) language versions.

Name Type Purpose
LanguageCode String (xs:string) Language code according to the standard (for example, ru, kk, en) for identifying the language version.
Name String (xs:string) Text of the value name in the corresponding language; displayed to the user working in that language.

3. Forms

Form Purpose
ListForm Main form for working with the list of values. Contains commands for selecting, creating, copying, and editing elements and groups. Key form when viewing available values and selecting a value in the additional attribute field of a document/catalog.
GroupForm Form for editing a group of values. Allows organizing a hierarchical structure for convenient navigation through large lists.
ElementForm Form for editing a single value. Key form for creating and editing a specific value with filling in the name, full name, weight, and multilingual representations.

4. Key Module Procedures

Direct BSL-evidence for the object modules in the source materials is not attached. Below are typical BSP handlers for this type of object; actual implementations correspond to the modules of the "Properties" subsystem.

Object Module / Manager Module:

  • FillProcessing — when entering a new value, substitutes the owner (additional attribute) from the fill parameter, ensuring correct subordination.
  • FillCheckProcessing — controls the filling of mandatory standard attributes (Name, Owner); the attributes Weight and FullName are marked as DontCheck and are not checked.
  • BeforeWrite — synchronizes the table part "Representations" with the attribute Name, maintaining the relevance of language versions.

Form Module:

  • ElementForm.OnCreateOnServer — manages the availability of the attribute "Weight", configures the fields of representations depending on the list of languages used in the configuration.
  • ListForm.OnCreateOnServer — sets the selection by owner (current additional attribute) and the order of output considering the attribute "Weight".

Service methods of the "Properties" subsystem (common modules, for example, PropertyManagement, ServicePropertyManagement) refer to the catalog to obtain lists of values when building forms with additional attributes.

Requires verification: exact names and signatures of procedures in form modules may differ in the specific build 3.0.74.2 depending on the version of the built-in BSP.


5. Posting and Movements

The catalog is not a document, does not perform postings, does not generate movements in accumulation registers, information, and accounting register does not create, does not create journal entries. It is an element of normative and reference information.

Catalog values participate in accounting indirectly — as values of additional attributes in documents and catalogs. The actual business operations are conducted by documents using these attributes. For reference — movements are generated by consumer documents according to the standard chart of accounts of the RK:

  • Sale of goods: Dr 1210 "Short-term accounts receivable from customers" — Cr 6010 "Revenue from sales" for the amount excluding VAT; Dr 1210 — Cr 3130 "VAT payable" for the amount of VAT at the rate of 16% (RK rate for 2026); cost of goods sold Dr 7010 "Cost of sales" — Cr 1330 "Goods".
  • Receipt of goods: Dr 1330 "Goods" — Cr 3310 "Short-term accounts payable to suppliers"; VAT to be credited — Dr 1420 — Cr 3310.
  • Payment: Dr 3310 — Cr 1030 "Cash in current bank accounts" or Dr 1030 — Cr 1210 when receiving from the customer.

Electronic documents of the RK (ESF through IS ESF, SNT) are issued by sales/receipt documents; the catalog of values does not participate in their formation, but its values may appear in the additional attributes of these documents.


Relation Object Nature of Relation
Owner Catalog.AdditionalAttributesAndInformation Each value is subordinate to a specific additional attribute/information.
Value Type CharacteristicTypes.AdditionalAttributesAndInformation The attribute stores a reference to the element of the catalog ObjectPropertyValues as one of the permissible values.
Storage of Selected Values InformationRegister.AdditionalInformation, table parts "AdditionalAttributes" of objects Here it is recorded which value is selected for a specific accounting object.
Consumers Documents and catalogs with included additional attributes (nomenclature, counterparties, sales, receipts, etc.) Use values in selection fields.

Input Based On: not provided and not required — the catalog is filled manually by the administrator in the editing form of the additional attribute or created "on the fly" by the user from the selection field (if they have the right). Based on it, other objects are not entered.


7. Extension Points

  • Additional Attributes and Information (BSP) — standard, non-programmatic way of extension: the administrator creates properties and fills the catalog of values without changing the configuration.
  • Attribute "Weight" — management of the order of output of values in selection lists without renaming elements.
  • Table Part "Representations" — addition/correction of language versions for a multilingual interface (ru, kk, etc.).
  • Configuration Extensions — you can add your own attributes, change forms (ElementForm/ListForm) and subscribe to object events without removing the configuration from support.
  • Event Subscriptions and overridable common modules of the "Properties" subsystem — for custom logic of filling/checking values.

Requires verification: the available composition of additional attributes for which the catalog of values is maintained is determined by the settings of the specific information database.

Частые вопросы

Does the directory of PropertyValuesOfObjects generate accounting entries?
No. This is a subordinate directory of the NSI from the mechanism of additional attributes and information. It does not generate or create movements in the registers. Entries are generated by consumer documents that use additional attributes; their values are stored in this directory.
To whom is the directory element subordinate?
The owner is the directory element AdditionalAttributesAndInformation — that is, a specific additional attribute or information. Each such attribute has its own set of permissible values.
What is the purpose of the "Weight" attribute?
This is a weight coefficient for sorting and prioritizing values in selection lists. It allows you to set the order of display of elements regardless of the alphabetical order of names.
How to open the list of values in 1C?
Through the section "Administration" → "Additional attributes and information" → select the attribute and edit its values, or via the direct navigation link e1cib/list/Directory.PropertyValuesOfObjects.
How is multilingualism of values supported?
Through the tabular part "Representations": for each language code (for example, ru, kk, en), its own name is stored, which is displayed to the user depending on the interface language.

Read also

Источники

Была ли статья полезна?
💼 Нужна помощь с 1С или учётом? Слава КВЦ — многолетняя практика в 1С в Казахстане. Изучите разложенный НК РК 2026 или спросите в чате BuhGPT — ответит за секунды.