ExternalDataSourceTableObject.<External source name>.<External data source table name>.Filling

Syntax:

Filling(<StandardProcessing>, <FillingData>)

Parameters:

<StandardProcessing>

Type: Boolean.
This parameter passes a flag indicating whether standard (system) processing of the event is performed. If it is set to False in the body of the handler procedure, standard processing will not occur. Canceling the standard processing does not cancel the action.
Default value: True.

<FillingData>

Type: Arbitrary.
Value that is used as the base for filling.
If the handler was called on the call of Fill method, this parameter is equal to the <FillingData> parameter of the Fill method.
When processing the filling during input based on, the parameter will have the value of the base.
For interactive input of a new one from the list form the parameter is a structure whose elements match the list form filter parameters that have a comparison method of Equal or InList with a single list element. If the list filter has no such items, this parameter has a value of Undefined. If the <StandardProcessing> parameter equals True (the default value) when the handler completes, the system will fill the fields using the structure elements with the same names automatically.

Description:

It occurs when the table of the external source of data is input on the basis, when the Fill method is executed, and when a new object – a table – is input interactively.
The algorithm of the object field filling on the basis of the transferred value must be described in this event handler.

Note:

This event handler is not executed during copying (whether interactive or using script).

    

1C:Enterprise Developer's Community