TaskObject.<Task name>.Fill

Syntax:

Fill(<FillingData>)

Parameters:

<FillingData> (required)

Type: Arbitrary.
A value on the basis of which the task is filled.

Description:

Fills the task data with the data of another object. Initiates Filling event and calling its handler procedure in the task module. It can place an algorithm that fills the task data from the transferred value.

Availability:

Server, thick client, external connection.

Note:

To fill it you can use any type of value.

Example:

Object.Fill(BasisObject);

    

1C:Enterprise Developer's Community