Please enable JavaScript to view this site.

Process Designer

In your scripts you can create any number of variables to save values.

Example:

var net = jr_get_value(“netamount”); // Write the value of a dialog field to a variable

var gross = net * 1.19;