BusinessProcessObject.<Name of business process>.Filling

Syntax:

Filling(<FillingData>, <FillingText>, <StandardProcessing>)

Parameters:

<FillingData>

Type: Arbitrary.
Value that is used as the base for filling.
If the handler was called on the call of Fill method, the event parameter value is equal to the <FillingData> parameter value of the 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.

<FillingText>

Type: String; Undefined.
Text used to fill in.
If an object has the attribute Number is included in the list InputByString while there is no sign Autonumbering, the value is assigned to the attribute Number.
Otherwise no assignment is carried out.

<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.

Description:

Occurs in Enter Based On mode and when the Fill() method is executed, or during interactive input of the new one. Event handler for this event type should include an algorithm which fills the business process attributes based on passed value.

Note:

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

See also:

BusinessProcessObject, method Fill

    

1C:Enterprise Developer's Community