Settings that are automatically saved to the system storage

Setting

Storage

Object key

Setting key

Value

Report options

Report options

<Full report name>
Example: Report.Sales

Option key
Example:
SalesByRegions

DataCompositionSettings

Report settings

Report settings

<Full report name>
   + "/" + <option key as string>
Strings are represented as UUID strings
Example: Report.Sales/SalesByRegions

Setting key
Example:
MyCustomers

DataCompositionUserSettings

Current report option key

System

<Full report name>
   + "/CurrentVariantKey"
Example: Report.Sales/CurrentVariantKey

If the form has the PurposeUseKey property set:
<Full report name>
   + "/" + <Purpose use key>
   + "/CurrentVariantKey"

Example:
If
PurposeUseKey is "ForDiscountCalculationForm":
Report.Sales/ForDiscountCalculationForm/CurrentVariantKey

Empty string

Any value that contains the current option key.

Current report setting key

System

<Full report name>
   + "/" + <Option key as a string>
   + "/
CurrentUserSettingsKey"
Example: Report.Sales/SalesByRegions/CurrentUserSettingsKey

If the form has the PurposeUseKey property set:
<
Full report name>
   + "/" + <
Option key as a string>
   + "/" + <
Purpose use key>
   + "/
CurrentUserSettingsKey"

Example:
If
PurposeUseKey  is "ForDiscountCalculationForm":
Report.Sales/
SalesByRegions/ForDiscountCalculationForm/CurrentUserSettingsKey

Empty string

Any value that contains the current setting key.

Report option settings on closing a report or changing its option.

System

<Full report name>
   + "/" + <
Option key as a string>
   + "/
CurrentUserSettings"
Example: Report.Sales/SalesByRegions/CurrentUserSettings

If the form has the PurposeUseKey property set:
<
Full report name>
   + "/" + <
Option key as a string
   + "/" + <
Purpose use key
   + "/
CurrentUserSettings"

Example:
If
PurposeUseKey is "ForDiscountCalculationForm":
Report.Sales/SalesByRegions/ForDiscountCalculationForm/CurrentUserSettings

Empty string

DataCompositionUserSettings

Values of form fields

Form data

<Full form name>
Example:
DataProcessor.ExportData.Form.Form1

Setting key
Example:
ExportToBank

Map. Map keys are attribute paths represented as strings. Map values are the attribute values.

Key of the current setting of form fields

System

<Full form name>
   + "/
CurrentDataSettingsKey"
Example: DataProcessor.ExportData.Form.Form1/CurrentDataSettingsKey

If the form has the PurposeUseKey property set:
<
Full form name
   + "/" + <
Purpose use key
   + "/
CurrentDataSettingsKey"

Example:
If
PurposeUseKey is "ForDiscountCalculationForm":
DataProcessor.ExportData.Form.Form1/ForDiscountCalculationForm/CurrentDataSettingsKey

Empty string

Any value that contains the current setting key.

Values of form fields on closing

System

<Full form name>
   + "/
CurrentData"
Example: DataProcessor.ExportData.Form.Form1/CurrentData

If the form has the PurposeUseKey property set:
<
Full form name
   + "/" + <
Purpose use key
   + "/
CurrentData"

Example:
If
PurposeUseKey is "ForDiscountCalculationForm":
DataProcessor.ExportData.Form.Form1/ForDiscountCalculationForm/CurrentData

Empty string

Map. Map keys are attribute paths represented as strings. Map values are the attribute values.

Form display settings

System

<Full form name> + "/FormSettings"
Example: Catalog.Items.Form.ListForm/FormSettings

If the form has the PurposeUseKey property specified:
<Full form name>
+ "/" + <Purpose use key>

+ "/FormSettings"

Example: If PurposeUseKey is "Fill":Catalog.Items.Form.ListForm/FillChoice/FormSettings

Empty string

FormSettings. This object does not have properties or methods.

Form and control sizes

System

<Full form name>
   + "/
WindowSettings"
Example: DataProcessor.ExportData.Form.Form1/WindowSettings

In the Taxi interface mode, the setting storage key has the following format:
<
Full form name> + "/Taxi/WindowSettings"

If the WindowOptionsKey is specified, the setting storage key has the following format:
<
Full form name
   + "/WindowOptionsKey" 
   + "/
WindowSettings"
or
<
Full form name>
   + "/
WindowOptionsKey
   + "
/Taxi/WindowSettings"

Main window settings are saved with the following key:
"MainWindow/WindowSettings"

In the Taxi interface mode, the setting storage key has the following format:
"MainWindow/Taxi/WindowSettings"

Start page window settings are saved with the following key:
"StartPage/WindowSettings"

In the Taxi interface mode:
"StartPage/Taxi/WindowSettings"

Web client window settings are saved with the following key:
<
Full form name>
   + "/WebClientWindowSettings"
  or
<
Full form name>
   + "/Taxi/WebClientWindowSettings"

Empty string

WindowSettings

This object does not have properties or methods.

Favorites

System

"Common/UserWorkFavorites"

Empty string

UserWorkFavorites This object is a collection of objects of the UserWorkFavoritesItem type. It implements standard collection methods: Count, Get, IndexOf, Find, Add, Delete, Clear, Insert.

Command interface settings

System

Actions panel settings:
<Full name of the command interface fragment
   +
"/ActionsPanel"
   + "/
CommandInterfaceSettings"

Navigation panel settings:
<
Full name of the command interface fragment
   + "/
NavigationPanel
   + "/
CommandInterfaceSettings"
Example: Subsystem.Sales/NavigationPanel/CommandInterfaceSettings

Main section actions panel settings:
"MainSection/ActionsPanel/CommandInterfaceSettings"

Main section navigation panel settings:
"MainSection/NavigationPanel/CommandInterfaceSettings"

Sections panel settings:
 
"Common/SectionsPanel/CommandInterfaceSettings"

Empty string

CommandInterfaceSettings

Start page workspace area settings

System

"Common/StartPageSettings"

Empty string

StartPageSettings. This object does not have properties or methods.

Spreadsheet print settings

System

"Common/SpreadsheetDocumentPrintSettings"
   + "/" + <Print parameters name>
Example: Common/SpreadsheetDocumentPrintSettings/PurchaseInvoice

Empty string

SpreadsheetDocumentPrintSettings. This object does not have properties or methods.

Client application settings:

(show "All functions"command,
begin debugging on startup, and so on)

System

"Common/ClientSettings"

Empty string

ClientSettings

Online help settings

 

System

"Common/HelpSettings"

Empty string

HelpSettings. This object does not have properties or methods.

Comparison settings for text and spreadsheet documents

System

"Common/ComparisonSettings"

Empty string

ComparisonSettings. This object does not have properties or methods.

Add-in settings

System

"AddInSettings"
   + "/" + <Add-in settings name>

Example: AddInSettings/RetailEquipment

Empty string

AddInSettings. This object does not have properties or methods.

Search history

System

"Common/TableSearchHistory"

Empty string

ValueList. Element values are the search strings. Element presentations are string value presentations.

It is the list of values from the search history.

Value selection history in a managed form input field

System

"ChoiceHistory"

Example: ChoiceHistory

Empty string

ChoiceHistorySettings. This object does not have properties or methods.

Key of the current user settings of a dynamic list

System

<Form name> 
   + "." + <Attribute name>
   + "/CurrentUserSettingsKey"

If the form has the PurposeUseKey property set:
<Form name
   + "." + <
Attribute name
   + "/" + <Purpose use key> 
   + "/CurrentUserSettingsKey"

Example: Document.GoodsIssue.Form.ListForm.List/CurrentUserSettingsKey

Empty string

Any value that contains the key of the current user settings of the list.

Dynamic list settings on closing a form

System

<Form name
   + "." + <
Attribute name
   + "/CurrentUserSettings"

If the form has the PurposeUseKey property set:
<Form name
   + "." + <
Attribute name
   + "/" + <
Purpose use key
   + "/
CurrentUserSettings"

Example: Document.GoodsIssue.Form.ListForm.List/CurrentUserSettings

Empty string

DataCompositionUserSettings, dynamic list user settings.

Dynamic list settings

Dynamic list user settings

<Form name>
   + "." + <
Attribute name>

Example: Document.GoodsIssue.Form.ListForm.List

Key of the dynamic list user settings

DataCompositionUserSettings, dynamic list user settings.

Application interface settings

System

"Common/ClientApplicationInterfaceSettings"

Empty string

ClientApplicationInterfaceSettings, user settings that describe pane positions in the application.

1C:Enterprise Developer's Community