Post-Login Caption

You can customize the caption that is displayed on the top of the browser window after a user has logged into the application.

By default, the caption is set to:

“Workspace - <Username>”

Procedure

  1. Open the config.xml file.

    For information about how this file should be opened (i.e., via the Configuration Administrator or via the file system, see Introduction).

  2. Locate the postLoginCaption record in the config.xml file:
    <record jsxid="postLoginCaption" pattern="%productname% - %username%"></record>
  3. Modify the pattern attribute for the caption you would like displayed. The following placeholders can be used in the pattern string to display various information:
    • %productname% - This placeholder is replaced with the name of the product.
    • %username% - This placeholder is replaced with the name of the logged-in user.

      Any or all of the placeholders can be specified or omitted.

      If a placeholder is specified that is not available, it will be replaced with a zero-length string.

  4. Save and close the config.xml file.