BusinessProcessRef.<Name of business process>.GetObject

Syntax:

GetObject()

Returned value:

Type: BusinessProcessObject.; Undefined.
Undefined - object is not present in the base (for example, when data exchange is performed or after direct deletion of object, which has references).

Description:

Uses a link to obtain the object for reading, modifying, adding and deleting a business process.

Availability:

Server, thick client, external connection.

Example:

Object = SelectBP.GetObject();

    

1C:Enterprise Developer's Community