BusinessProcessObject.<Name of business process>.Fill

Syntax:

Fill(<FillingData>)

Parameters:

<FillingData> (required)

Type: Arbitrary.
Value to fill in the business process.

Description:

Fills the business process with data from another object. Triggers Filling event and calls its handler in the business process module. The handler can include an algorithm which fills in business process data from the passed value.

Availability:

Server, thick client, external connection.

Note:

To fill it you can use any type of value.

Example:

SelectBP.Fill(SelContractor);

See also:

BusinessProcessObject, event Filling

    

1C:Enterprise Developer's Community