BusinessProcessRef.<Name of business process>.Copy

Syntax:

Copy()

Returned value:

Type: BusinessProcessObject.

Description:

Creates a new business process by copying an existing one.

Availability:

Server, thick client, external connection.

Note:

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

Example:

Object = SelectBP.Copy();

See also:

BusinessProcessObject, event OnCopy

    

1C:Enterprise Developer's Community