Other Web Configuration Parameters

This topic holds information about other miscellaneous web configuration parameters

StartPage

Description: Specifies the page displayed after login. Select a menu action from the drop-down list.

You can add any (context-free) menu action to the list. For further details, see Modifying Web Configuration Parameters. Users can select their start page via Settings > User Settings > Layout > Startpage.

Default: ID_NET_STARTPAGE_GENERAL

Type: Combobox

Style

Description: Determines the style sheet used by Aurea CRM.Web. Available value: update

To apply a project-specific style, you need to add another option to Style. For further details, see Modifying Web Configuration Parameters. Enter the name of the folder containing the custom style as Value. For further details, see Customizing Styles.

Type: Combobox

DefaultLayout

Description: Use this parameter to enforce a default layout view for all clients logging in to CRM.Web from any device.

Important: This configuration applies to all users. It is not possible to have separate configuration per user, as the layout template selection happens from the login page.

Default: None Selected

Type: RadioButton

Options:
  • None—allows CRM.Web to automatically determine the device type and load the required layout.
  • Standard—enforces the standard layout for all clients logging into CRM.Web from any device type.
  • Touch—enforces the touch device layout for all clients logging into CRM.Web from any device type.

For example, if you wish to ensure that all clients get the standard layout on logging in to CRM.Web and not the touch layout, then set this parameter to Standard. A client can override this configuration setting by setting the URL parameter touch=true/false as described in URL Parameters.

Note: The layout view is loaded in the following order of priority:
  1. Layout specified by the URL parameter touch. For more information, see URL Parameters.
  2. DefaultLayout web configuration parameter described above.
  3. If the above two are not specified CRM.Web uses autodetection to determine the layout view to load.

HttpRequest.EnableHttpGetMethod

Description: Enable this option to convert all HTTP requests to GET requests which allows for browser caching.

Note: If this is enabled, you should increase the maxUrl and MaxQueryString IIS Request Limits and Http Runtime maxQueryStringLength in the web.config for IIS.

Default: Unchecked

Type: Checkbox

VirtualInfoArea.List.ReadMode

Description: This parameter defines the default behavior of virtual info areas in lists (Search Result Sets, SearchSubLists, ExpandChildren and ListView-Widgets in Forms). For further details, see virtualInfoAreaReadMode.

This parameter is not part of UPDATE_DEFAULT but needs to be created as Character or Combobox if required.

VirtualInfoArea.Query.ReadMode

Description: This parameter defines the default behavior of virtual info areas in queries (query snapshot, saved queries, queries in forms and the QueryRun action). For further details, see virtualInfoAreaReadMode.

This parameter is not part of UPDATE_DEFAULT but needs to be created as Character or Combobox if required.

Widget.GridEditorOptions

Description: Use this parameter to configure the grid editor's default options. For example, setting it to continueEditAfterSave to false alters the default behaviour of serial entry grid editors, of reverting back to edit mode after editing and saving an entry.

Default: Undefined

Type: JSON

CKEditor.EnableImagePlugin

Description: Use this parameter to insert and edit images on your CRM instance.

Check to enable this feature for inserting and editing images.

Uncheck to disable the feature and restrict adding or editing images. On disabling this option, any existing image cannot be modified.

Default: Unchecked

Type: Checkbox

Browser.RefreshCurrentTabInsteadCurrentPage

Description: Use this parameter to control how CRM.Web reacts on attempts to refresh a page from the keyboard using F5 and Ctrl-R keys.

When this parameter is enabled and there is some active tab on the page, only the tab is refreshed. If there is no active tab, the entire page is refreshed.

When the parameter is disabled, the whole page is refreshed.

Default: Unchecked

Type: Checkbox

Sync.SkipLinkedFields

Description: Use this parameter to exclude z-fields and Linked InfoAreas when preparing the dataset for CRM.Pad.

This parameter is disabled by default. Enable it to improve performance when generating the dataset.

Default: Disabled

Type: Boolean

Sync.SkipChildInfoAreasAndFieldRights

Description: Use this parameter to exclude child InfoAreas when preparing the dataset for CRM.Pad and to stop checking for fields rights.

This parameter is disabled by default. Enable it to improve performance when generating the dataset.

Default: Disabled

Type: Boolean