How to disable a post-action rule without removing it
Sometimes, you may want to disable a predefined post-action rule without removing it entirely.
NOTE: For custom logic, create a copy of the predefined rule, customize it as needed, and add the copy to the Post Run section.
Follow these steps to turn off a predefined rule:
Navigate to the desired rule in the Cayosoft Administrator Console.
Select the Design Mode editing mode (refer to the How to enable Rule Design Mode in Cayosoft Administrator Console article for instructions on enabling Design Mode).
Switch to the Action tab.
Scroll down to the Rules to run after this rule section.
Select rule(s) to run that you want to disable.
-
Click Edit on the desired rule.
Scroll down to the Behavior section.
-
Modify the Execute if (condition) parameter by appending the following token to the condition: -and $False.
For example:
If you already have some conditions specified:
ExistingCondition -and $FalseFor empty field (see the screenshot below):
$False
Comments
0 comments
Please sign in to leave a comment.