DocumentsManager

Collection elements:

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

Properties:

<Document name>

Methods:

AllRefsType

Description:

You can use it to manage documents and to access values of the following type: DocumentManager.. You can access the object using global context property Documents.

Availability:

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

Example:

// documens manager grants access to the ExspenseBill 
//document manager

NewDocum = Documents.ExpenseBill.CreateDocument();

See also:

Global context, property Documents

    

1C:Enterprise Developer's Community