Skip to content

Settings

BizzStream settings are used to store configuration information at the environment level. A BizzStream environment may be linked to a so-called settings document definition. The first document created based on this document definition contains the settings of the environment.

A BizzStream environment may also be linked to a settings layout. This layout is opened by clicking on the Settings in the setup section.

Configuring settings

To configure the settings document definition and layout:

  1. Go to Setup
  2. Click on Environment
  3. Select the document definition in Settings document definition
  4. Select the document definition in Settings layout
  5. Click on Save

Using settings

Settings can be used in two ways:

  1. Via the actionInfo object in scripts
  2. Via the environment settings system expression

Settings and security

Settings may sometimes store sensitive information. To prevent the unintended exposure of such data to clients, fields containing the keywords username, password, or token are automatically filtered out. As a result, these fields cannot be accessed by expressions on the client side.