DocumentJournalsManager

Collection elements:

DocumentJournalManager
Iteration through collection using For each ... In ... Do operator is available to object. Document journals managers are retrieved during iteration.
Access to document journals manager is possible using [...] operator. Document journal name as specified in the configuration is passed as an argument.

Properties:

<Document journal name>

Description:

Use it to manage document journals and to access values of the following type: DocumentJournalManager.. You can access the object using global context property DocumentJournals.

Availability:

Server, thick client, external connection, Mobile application (server).
Exchange with server is possible.

Example:

// document journals manager grants access to the
//  Selling journal manager
Selection = DocumentJournals.Selling.Select();

See also:

Global context, property DocumentJournals

    

1C:Enterprise Developer's Community