ManagedForm.NewWriteProcessing

Syntax:

NewWriteProcessing(<NewObject>, <Source>, <StandardProcessing>)

Parameters:

<NewObject>

Type: Arbitrary.
Object added to the subordinate form.

<Source>

Type: ManagedForm; Form.
Event source form.

<StandardProcessing>

Type: Boolean.
This parameter passes a flag indicating whether standard (system) processing of the event is performed. If this parameter is set to False in the body of handler procedure, standard generation of task list will not be performed.
The standard processing means that the main table of the list form (if the form is a list form of the same type as the object being written) is positioned on the written item.
Default value: True.

Description:

Occurs on the client when recording an object in one of the subordinate forms or calling the NotifyWritingNew method there.

    

1C:Enterprise Developer's Community