Appearance
Run Command
Runs a list of commands. The list contains several commands. It is used to change data with multiple commands at once.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | All |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Command | string | Name of the command ([Command]). | yes | ||
| IgnoreErrors | boolean | If 'True' errors are ignored. If 'False' the command is stopped and an error message is displayed. The default value is 'False'. | no | false | |
| Replace | array of string | Replaces text in the command ([Text].[Value]), e.g. [<Year>].[2022] | no |
Result
No fields
Code
text
RUN COMMAND
COMMAND=[string, Needed]
IGNOREERRORS=[boolean, default=false]
REPLACE=[string, Multiple]