10,854
edits
No edit summary |
|||
Line 110: | Line 110: | ||
; Save, Save & Close: Save your changes. | ; Save, Save & Close: Save your changes. | ||
; Syntax Check: Check if the script workflow is valid. Invalid scripts cannot be saved. | ; Syntax Check: Check if the script workflow is valid. Invalid scripts cannot be saved. | ||
; Disable Rule, Enable Rule: Temporarily disable a rule, until you | ; Disable Rule, Enable Rule: Temporarily disable a rule, until you turn it back on. To permanently disable a rule, delete it. | ||
; Edit functions: Common functions, such as Copy or Delete. | ; Edit functions: Common functions, such as Copy or Delete, help you work with longer scripts effectively. | ||
; Step: Add a step. Steps do things, for example modify data or user interface. | ; Step: Add a step. Steps do things, for example modify data or user interface. | ||
; Variable, Shared: Define or modify a variable. You can use the variable later in the script. Shared variables can be used even in other scripts within the same mobile project. | ; Variable, Shared: Define or modify a variable. You can use the variable later in the script. Shared variables can be used even in other scripts within the same mobile project. |