ManagedForm.OnSaveDataInSettingsAtServer

Syntax:

OnSaveDataInSettingsAtServer(<Settings>)

Parameters:

<Settings>

Type: Map.
Form settings.

Description:

A mapping object where settings will be saved to is passed to the handler. Attribute values to be saved are already filled in the object.
In the handler, you can add some information to the settings object. For example, you can place a filter in a settings attribute.

Note:

Called on the server.

    

1C:Enterprise Developer's Community