DocumentJournalManager.<Document journal name>

Methods:

GetForm
GetTemplate
Select

Events:

FormGetProcessing

Description:

You can use it to manage document journal as configuration object. Using this object you can obtain selection of documents that are logged in the journal, and to work with forms and templates of a certain document journal. You can access the document using object property DocumentJournalsManager.
Object type full name is defined with configuration document journal name taken into account. For example, for Sales document journal a type name is DocumentsJournalManager.Sales.

Availability:

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

Example:

Selection = DocumentJournals.Selling.Select();
While 
Selection.Next() Do
    // Selection processing
EndDo;

See also:

DocumentJournalsManager, property <Document journal name>

    

1C:Enterprise Developer's Community