Form.NotifyWriteNewObject

Syntax:

NotifyWriteNewObject(<Object>)

Parameters:

<Object> (required)

Type: Reference to object of information base.
Added object.

Description:

Sends alerts to form's owner that a new object has been registered and transmits reference for the object.

Availability:

Thick client.

Note:

Can be used if the addition of the new object through the subordinate form must be processed in the owner form.

Example:

NotifyWriteNewObject(AddedLine);

See also:

Form, event NewObjectWriteProcessing

    

1C:Enterprise Developer's Community