User Settings

The built-in frontend application saves different information about the user configurations like favourites, column configurations, splitter positions etc. This part describes those settings and locations in the data where they are stored.

Setting types:

  • Column Configurations
  • Favorites
  • User Defined Filters

Column Configurations

  • Every change in column sizes, order, visibility, grouping or aggregation is stored per screen section.

Table

AsapFormPanelConfig

Contents

Column Name Description
ProfileId User profile id (BusinessPartner.Id of the currently logged-on user).
FormPanelId Screen section Id. You can see it in Architect when you open a screen definition, select the screen section and look at the Id property in the Property Grid.
SettingsData An XML string with all the configurations for the current user.

Usage scenarios

  • By multiplying the records with the same data for different users you can preset column configuration for these users.

Favorites

  • Whenever the user adds an item or folder to favorites following information is stored.

Table

AsapFavoritesUserConfig

Content

refBusinessPartnerId Id of the user for which the favourite items are stored.
ConfigXml Favorites data (contains information about custom folders, favourite items and their order).

Usage scenarios

  • By multiplying the records with the same data for different users you can preset favorites configuration for these users.

User Defined Filters

  • Whenever the user saves a filter an entry is stored in the following tables.

Table

AsapPanelFilter

AsapPanelFilterDetail