SettingsStorageManager.<Storage name>.SaveProcessing

Syntax:

SaveProcessing(<ObjectKey>, <SettingsKey>, <Settings>, <SettingsDescription>, <User>)

Parameters:

<ObjectKey>

Type: Arbitrary.
Key of the object for which settings are to be saved.

<SettingsKey>

Type: Arbitrary.
Settings key.

<Settings>

Type: Arbitrary.
Settings to be saved.

<SettingsDescription>

Type: SettingsDescription; Undefined.
Settings description.
Undefined - aving the settings description is not needed.

<User>

Type: String.
Identifier of the user for whom settings are to be saved.
If it contains an empty string, settings for the current user are saved.

Description:

Occurs when saving settings.

    

1C:Enterprise Developer's Community