Working with Triggers
To view a list of all triggers, click Triggers from Console's Navigation menu.
For each trigger, the Status column displays one of three possible trigger statuses:
Activated |
The trigger is active and currently monitoring the event(s) it is configured to monitor |
Activated with warning |
The trigger is active but currently unable to monitor event(s). (Shown with ! icon near the trigger name)
|
Deactivated |
The trigger is currently set not to monitor events |
Learn more about Activating/Deactivating triggers.
You can filter the Trigger list by selecting from the filter triggers dropdown.
To activate or deactivate one or more triggers:
-
Click the trigger in the list or for multiple triggers, tick the checkboxes of the triggers you wish to activate
-
Set the TRIGGER STATE toggle
To see a specific trigger's Trigger Details page, simply click on it from the list.
To edit the trigger's properties:
-
From the trigger properties page, click the ACTIONS button, then select Edit
-
Note
-
Triggers can be edited only when they are inactive. If the trigger you elect to edit is currently active, you will be given the option to deactivate it in order to edit it.
-
Edit the trigger details as necessary, then click SAVE to save your changes
Don't forget to reactivate your trigger (if you want to) if you deactivated it in order to edit it!
To change Trigger Priority:
-
Tick the checkbox(es) of the trigger(s) you wish to change priority.
-
Choose a new PRIORITY
To change assign to a trigger a new Robot team:
-
Tick the checkbox(es) of the trigger(s) you wish to assign a new Robot team.
-
Choose a new Robot Team from the ASSIGN TO dropdown list.
To delete one or more triggers:
-
Click Triggers from the Navigation menu
-
Tick the check box of the trigger(s) you wish to delete
-
Click the DELETE button
Troubleshooting Trigger error message
If you encounter the following error message "The trigger is not working properly. check the configuration of your trigger", perform the following actions:
-
Make sure the Manager Queue service is up. If it is down, start it.
-
Activate/Re-activate the Trigger
When creating a database trigger, you have the option to set the trigger initiation to whenever database records are deleted:
Database Trigger’s Delete monitor only works with logical delete. This means that the table you choose has to have a column that determines whether the row was deleted or not (false/0 - not deleted, true/not 0 - deleted). The Delete monitor works by recognizing that the IsDeleted field has changed to something different than 0.