Appearance
Show Step Visual
Sets the visual script of a step.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Read | All |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Calculation | string | Name of the calculation ([Calculation]). | yes | ||
| Step | string | Name of the step ([Step]). A calculation consists of steps. | yes |
Result
| Name | Type | Description |
|---|---|---|
| Name | string | Name of the visual script item, e.g. Group, Item, Input... |
| Value | string | Value of the visual script item. |
Code
text
SHOW STEP VISUAL
CALCULATION=[string, Needed]
STEP=[string, Needed]