Initializing help system before first use

Configuring Custom Scenario Types

You can control the way the pill is displayed on the shelf, and which actions are available to scenario users.

A scenario that is active in the app is represented by a pill icon placed on the shelf.

The appearance and the associated functionality can be controlled using Custom Scenario Types.

Configure Pill Appearance

The custom settings controlling the pill appearance are added to the following code blocks in the companion file:
  • shelf-pill-style: colors used when the pill is in various states. Any valid css color definition can be used.
  • state-icons: icons shown when the scenario is in a specific state (such as unloaded, loaded and so on). These are specified as paths to a 14px square .png file that has been uploaded to the client resources folder of the app.
Any definitions that are configured for a custom scenario will be adopted by all scenarios of that type. The default icons will be used if either of the blocks, or any of their contents, are omitted.
Note: For more on where these tags are configured see the Example Scenario Type Configuration.

Configure Scenario Actions

The Custom Scenario Type definition in the companion file can be configured to allow or deny each associated action. Actions in a custom scenario type will default to the deny setting unless otherwise configured.

The actions that can be configured are as follows:
  • create
  • rename
  • clone
  • delete
  • export
  • load
  • run
  • view-runlog
  • open-attachments-dialog
  • move-pill-on-shelf
  • add-to-and-remove-from-shelf
  • view-properties-dialog
  • edit-location
  • edit-owner
  • edit-share-status

If you omit the actions block from the Custom Scenario Type definition, all actions will be allowed. If you define an actions block, only the actions listed in the definition and set as allowed are enabled for that scenario type.

Note: These actions are only prevented through the standard web-client UI. It is still possible to use VDL, the JS API or the REST API to invoke this behavior.

© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.