DocumentObject.<Document name>.Copy

Syntax:

Copy()

Returned value:

Type: DocumentObject.

Description:

Creates a new document by copying an existing one.

Availability:

Server, thick client, external connection, Mobile application (server).

Note:

This method does not write the created object to the database.

Example:

Object = SelDocument.Copy();

See also:

DocumentObject, event OnCopy

    

1C:Enterprise Developer's Community