StandardSettingsStorageManager
Methods:
GetDescription
GetList
Load
Save
Select
SetDescription
Description:
To get access to the report option settings you need to obtain the object of this type from the ReportsVariantsStorage property of the global context.
To get access to the user report settings you need to obtain the object of this type from the ReportsUserSettingsStorage property of the global context.
To get access to the user form data settings you need to obtain the object of this type from the FormDataSettingsStorage property of the global context.
To get access to the common settings you need to obtain the object of this type from the CommonSettingsStorage property of the global context.
To get access to the system settings you need to obtain the object of this type from the SystemSettingsStorage property of the global context.
To access user settings of dynamic lists, object of this type should be acquired from global context property DynamicListsUserSettingsStorage.
Availability:
See also: