CatalogObject.<Catalog name>.Fill

Syntax:

Fill(<FillingData>)

Parameters:

<FillingData> (required)

Type: Arbitrary.
The value that provides the data for filling a catalog item.

Description:

Fills the current item with data from another object. Initiates Filling event and activates its procedure-handler in the catalog module. It may hold the filling data item algorithm from the passed value.

Availability:

Server, thick client, external connection, Mobile application (server).

Note:

To fill it you can use any type of value.

Example:

Object.Fill(BasisObject);

    

1C:Enterprise Developer's Community