CatalogRef.<Catalog name>.Copy

Syntax:

Copy()

Returned value:

Type: CatalogObject.

Description:

Creates a new catalog item 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:

If Not ArticleReference.IsEmpty() Then
    Copy = ArticleReference.Copy();
    Copy.Write();
EndIf
;


    

1C:Enterprise Developer's Community