Enumerations

Enumerations are used to work with data elements for which the list of possible values is strictly set in the specified applied task. References to enumeration elements can be used in attributes of configuration objects.
For example, you can set the "KindsOfContractors" enumeration in the configuration to determine the allowed kinds of contractors with "Organization" and "Person" values.
The set of enumeration values is specified during configuration.

    

1C:Enterprise Developer's Community