Option 3.2. Use the Event Manager

Trigger a report automatically from an event

Allow users to trigger a report from a CimView screen

Trigger a report automatically from an event

  1. Open the Event Editor in the project's Workbench.

  2. Create any event you wish to trigger the report.

  3. Create an action for this event to run the script.

Result: The report automatically generates and prints whenever the event occurs.

Allow users to trigger a report from a CimView screen

  1. Open a screen in CimEdit.

  2. Select or create the object you want to trigger the report.

  3. Display the object's property sheets.

  4. On the Script tab, click Edit.

  5. In the Edit Script window, enter a script that will trigger the report. You can generate the report directly, or trigger an event that invokes an action that generates the report.

  6. Close the Edit Script window.

  7.  Display the Events tab.

  8. Create a new event and assign it a new procedure.

  9. In the Procedure Information dialog box, create an Invoke Script action and specify the script you created.

  10. Click OK to save the new procedure information.

  11. Click OK to save the object's properties.

Result: When a user executes the event you configured, the report automatically generates and prints.

More information

image\Buttongraysm.png

Create an event to trigger an automatic report.