XBase.Copy

Syntax:

Copy()

Description:

Creates a new copy of a record.

Availability:

Thin client, server, thick client, external connection.

Note:

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

Example:

xB.Copy();
xB.Save();


    

1C:Enterprise Developer's Community