Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All uploaded files will be displayed in the action configurations list. 

Warning

The event codes used in these examples are non existing event codes. For valid event codes, please see: Admin Interface - System Status - Event Codes


Using the Versions button all versions of the action configuration are displayed. Versions can be deleted or the default can be changed using the "Delete" and "Set Default" buttons.

...

In the Action Mappings table a list of event code to action id mappings is displayed.

Warning

The event codes used in these examples are non existing event codes. For valid event codes, please see: Admin Interface - System Status - Event Codes


From this list existing mappings can be deleted. For testing purposes it is also possible to generate a log event with the event code. This should trigger the configured action event mapping.

To download existing mappings, the Image Added can be used. This will result in a xml file similar to the following:

Code Block
languagexml
<?xml version="1.0" encoding="UTF-8"?>
<eventActionMappings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="eventactionmappings.xsd">
    <eventActionMapping actionId="action_configuration_action_scheduled_repeat_interval" eventCode="ENHANCE.EVENT"></eventActionMapping>
    <eventActionMapping actionId="action_configuration_action_scheduled_resume" eventCode="RESUME.EVENT"></eventActionMapping>
    <eventActionMapping actionId="action_configuration_action_scheduled_suspend" eventCode="SUSPEND.EVENT"></eventActionMapping>
</eventActionMappings>