You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This sub-article contains a list of available user preferences (a saved and stored state of some element used by an user, for example, a preferred language, or a preferred form view for some table).

PreferenceTypeDescriptionExample

application

String

This preference stores the application ID selected as default for this user.

When you change the default application through the Admin Preferences menu, the value of this preference changes automatically.

"155931135900000002"

menu.pin

Boolean

This preference stores the navigator menu state (whether it is pinned or not).

Available preference values:

  • "false" - the menu is not pinned
  • "true" - the menu is pinned.
"true", "false"

menu.tab

String

This preference stores information about which tab of the navigator menu will open by default.

Available preference values:

  • '-1' - The menu is closed
  • '0' - The Main Menu will open by default
  • '1' - Favorites will open by default.

The '-1' value is used coherently with the "false" value of the menu.pin preference.

'0' and '1' are used coherently with the "true" value of the menu.pin preference.

"-1", "0", "1"
String

This preference stores active related list element ID for the record form specified.

Technically, all related list elements are stored in the Related List Elements (sys_ui_related_list_element) dictionary.

Preference: related_list.user

Value: 159367870215688528

ui_form_view.{table_name}

String

This preference stores a preferred record form view title selected by a user.

Before selecting, a form view must be created first. Refer to the Create a form view article for more information.

Form views are stored in the Form Views (sys_ui_form) dictionary.

Preferenceui_form_view.task

Value: Default

ui_list_view.{table_name}

String

This preference stores a preferred list view title selected by a user.


Before selecting, a list view must be created first. Refer to the Create a list view article for more information.

List views are stored in the List Views (sys_ui_list) dictionary.

Preferenceui_list_view.sys_cmdb_ci

Value: SP

ui.main.page

String

This preference stores the user's preferred interface default page ID.

When you change the default page through the General Preferences menu, the value of this preference changes automatically.

"157181783516355289".

If the value is not set, then the default system page is opened.

vcs.localPack.current

String

This preference stores the default local pack ID for this user.

When you change the default local pack through the Admin Preferences menu, the value of this preference changes automatically.

"160207340514965336"

  • No labels