Run Fields

A run field is a form field used to store run related information.  Run fields are not case-sensitive and can only be entered in a form.  

Field name

Description

FD_run_name

Set the name of the current run

FD_run_description

Store a description of the current run

FD_run_initial_steps

Set the run's initial steps, overwriting the model property InitialSteps

FD_run_start_time

Set the run's start time, overwriting the model property StartTime

FD_run_steps_per_interval

Set the run's steps per interval, overwriting the model property StepsPerInterval

FD_run_end_time

Set the run's end time, overwriting the model property EndTime

FD_run_time_format

Set the run's time format, overwriting the model property TimeFormat

 

Generally these fields are used to allow users or facilitators to create scenarios.

Examples:

 
<input type="text" name="FD_run_name" value="$!Run.Name">

<textarea name="FD_run_description">$!Run.Description</textarea>

<input type="text" name="FD_run_initial_steps" value="$!Run.InitialSteps">

<input type="text" name="FD_run_start_time" value="$!Run.StartTime">

<input type="text" name="FD_run_steps_per_interval" value="$!Run.StepsPerInterval">

<input type="text" name="FD_run_end_time" value="$!Run.EndTime">

<input type="text" name="FD_run_time_format" value="$!Run.TimeFormat">
 

 

For more information on how to set up facilitator generated scenarios, please read the following:

How to Let Facilitators Create Scenarios