Skip to content

Run Command Group

Runs all commands of a command group.

Permissions

Command KindNeeded User Kind
WriteAll

Parameters

NameTypeDescriptionRequiredDefaultValues
CommandGroupstringName of the command group ([CommandGroup]).yes
IgnoreErrorsbooleanIf 'True' errors are ignored. If 'False' the command is stopped and an error message is displayed. The default value is 'False'.nofalse
Replacearray of stringReplaces 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]