Initializing help system before first use

vdl-execute-button

Creates a button on the page that sets a scalar entity and then runs the specified scenario.

Example

<vdl-execute-button entity="ModelLoadType" value="simple_mode" mode="load" caption="Set ModelLoadType to 'simple_mode' and load the first scenario"></vdl-execute-button>

<vdl-execute-button scenario="=s" entity="LastRun" value="=Date()" caption="Set LastRun to current datetime and run scenario 's'"></vdl-execute-button>

<vdl-execute-button mode="FAST_MODE"></vdl-execute-button>

Attributes

caption The text to display on the button. Defaults to "Run Mode" or "Load Mode" depending on the mode.
enabled Whether the button is currently enabled. accepts expression
entity The name of the scalar entity to set before running the scenario.
mode The execution mode to issue to the scenario. Can be one of the built-in modes: "RUN", "LOAD", or a custom execution mode for the app. Defaults to "RUN".
scenario The scenario to set the entity on and run. Defaults to the first scenario. accepts expression
value The value to set the entity to. Can be a fixed value or an expression. accepts expression

© 2001-2020 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.