Appearance
Run Command Group
Runs all commands of a command group.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | All |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| CommandGroup | string | Name of the command group ([CommandGroup]). | 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 all commands of the command group ([Text].[Value]), e.g. [<Year>].[2022] | no |
Result
No fields
Code
text
RUN COMMAND GROUP
COMMANDGROUP=[string, Needed]
IGNOREERRORS=[boolean, default=false]
REPLACE=[string, Multiple]