Initializing help system before first use

Sending Information from View to Model

It is possible to pass information from a view to the model for a running scenario.

Send a message using a vdl-action-job-message

<vdl-action-job-message scenario="=id" data="MYMESSAGE">
This will send a message with text “MYMESSAGE” to the model. If no scenario is provided, the first scenario will be selected. A more elaborate use case is to ask the model to interrupt execution gracefully, or to adjust controls such as the time limit or other model parameters.
<vdl-action-group name="interrupt">
    <vdl-action-job-message data="XI_USERINTERRUPT">
    </vdl-action-message>
</vdl-action-group>

<vdl-button label="Stop with best solution" 
    vdl-event="click:actions.interrupt">
</vdl-button>

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