System Parameters

This topic holds information about System Parameters

Use the following parameters to configure system settings for Aurea CRM.Web.

System.CompiledScripts

Description: If checked, all JavaScript files are combined ("compiled") into one large script. Loading just this one large script is much faster than loading many individual small ones.

The compiled scripts named $<name>.compiled.js are created in the ..\scripts\.compiled\ folder of your Aurea CRM.Web installation. Please note that every configuration can have a different set of global scripts, therefore more than one compiled script may exist in your installation.

In order to create the compiled script, the user "NETWORK SERVICE" must have MODIFY rights on the ..\scripts\.compiled\ folder (the setup procedure of Aurea CRM.Web takes care of this). If the compiled script cannot be created (due to insufficient rights), Aurea CRM.Web defaults to the standard behavior of loading each script individually.

Note: It is NOT automatically determined whether a compiled script is still up-to-date (i.e. the script is not automatically re-created on demand). Hence, if you change a script or add a new global script, you need to manually delete the compiled scripts (the scripts are then re-created upon the next access of a web client). When updating your installation, the compiled scripts are automatically deleted by the setup routine.
Note: Hint: If you are a developer and therefore change your scripts frequently, we recommend disabling the compiled scripts feature in your user configuration.

General information on how to add scripts to extend Aurea CRM.Web, see the article “Scripts” at https://support.aurea.com.

Default: Checked

Type: Checkbox

System.Debug

Description: If checked, the client log is displayed with LogLevel Error. For further details, see Client Log . Use the URL parameter ?debug for LogLevel Debug. For further details, see URL Parameters.

If you use CRM.phone, log messages prefixed with PhoneInfo are displayed in the client log showing the initialization of the phone toolbar.

Default: Unchecked

Type: Checkbox

System.LauncherPort

Description: The port used by CRM.launcher to connect to the browser (default = "18188").

You can set System.LauncherPort to any valid free port if you want the clients to use CRM.launcher for document and telephony functionalities. For further details, see CRM.launcher(Enterprise).

If set to "-1", the "old" Aurea CRM.Web client browser plug-in (np.update.web.client.dll) is installed and used instead. For further details, see Plug-ins.

Default: 18188

Type: Textbox

System.ShowAdminHelp

Description: If checked, the online field help additionally displays the contents of the Administrator Information field.

For more information, see Field Help.

Default: Unchecked

Type: Checkbox