ChartOfAccountsObject.<Chart of accounts name>.Fill

Syntax:

Fill(<FillingData>)

Parameters:

<FillingData> (required)

Type: Arbitrary.
The value based on the account's filling is executed.

Description:

Fills the current item with data from another object. Initiates the Filling event and calls its procedure process in the chart of accounts' module. It may hold the filling data item algorithm from the passed 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