Integrate Business Rules

After importing the business rule, update the UTM_EventHandler business rule to integrate with the CustomEvents business rule.

  1. Click Application > Tools > Business Rules.

  2. In the Business Rules Navigator, open the Dashboard Extender folder and click UTM_SolutionHelper to display the Solution Helper properties.

  3. In the General section of the UTM_SolutionHelper script Properties tab, add BR\CustomEvents_TaskManager to Referenced Assemblies. Click Save.

  4. In the Business Rules Navigator, click UTM_ImportExportHelper.

  5. In the General section of the UTM_ImportExportHelper script Properties tab, add BR\CustomEvents_TaskManager to References Assemblies.

  6. In the Business Rules Navigator, click UTM_EventHandler.

  7. In the General section of the UTM_EventHandler script Properties tab, add BR\CustomEvents_TaskManager to Referenced Assemblies.

  8. Click the Formula tab to display the script and comment out line 42 of the UTM_EventHandler business rule.

  9. Uncomment line 43 of the UTM_EventHandler business rule. Click Save.

Once the custom event integration is set up, event actions can be defined in the CustomEvents_TaskManager script.

NOTE: These events are not deleted or overridden when upgrading to new versions of Task Manager. However, each time a new version is upgraded, apply these setup steps.