SettingsStorageManager.<Storage name>.GetDescriptionProcessing

Syntax:

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

Parameters:

<ObjectKey>

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

<SettingsKey>

Type: Arbitrary.
Settings key.

<SettingsDescription>

Type: SettingsDescription.
Settings description.

<User>

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

Description:

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

    

1C:Enterprise Developer's Community