SettingsStorageManager.<Storage name>.SetDescriptionProcessing

Syntax:

SetDescriptionProcessing(<ObjectKey>, <SettingsKey>, <SettingsDescription>, <User>)

Parameters:

<ObjectKey>

Type: Arbitrary.
Key of the object for which the description is to be set.

<SettingsKey>

Type: Arbitrary.
Settings key.

<SettingsDescription>

Type: SettingsDescription.
Settings description.

<User>

Type: String.
Identifier of the user for whom the description is to be set.
If it is not specified or contains an empty string, settings for the current user are to be loaded.

Description:

Occurs when setting a settings description.
In this handler, it is necessary to implement setting the settings description.

    

1C:Enterprise Developer's Community