AccountingRegistersManager

Collection elements:

AccountingRegisterManager
Iteration through collection using For each ... In ... Do operator is available to object. Accounting registers managers are retrieved during iteration.
Access to accounting register manager is possible using [...] operator. Accounting register name as specified in the configuration is passed as an argument.

Properties:

<Accounting register name>

Description:

You can access the object using global context property AccountingRegisters. It is used to access objects that manage the accounting registers.

Availability:

Server, thick client, external connection.
Exchange with server is possible.

Example:

MainRegister = AccountingRegisters.Main;
Form = MainRegister.GetForm("ListForm");

See also:

Global context, property AccountingRegisters

    

1C:Enterprise Developer's Community