Example - Modify the Data So That the ELM Returns Agent Detects No Events

When the Event Studio user finishes running the sample ELM Returns Agent against changed data, they should notify you.

You can then modify the GOSALES database so that the agent no longer detects any event instances.

Procedure

Run the following sql commands:

UPDATE GOSALES.RETURNED_ITEM SET FOLLOW_UP_CODE = 0

UPDATE GOSALES.RETURNED_ITEM SET ASSIGNED_TO = 0

UPDATE GOSALES.RETURNED_ITEM SET DATE_ADVISED = NULL

Results

The data is modified. The sample ELM Returns Agent is ready to be used by another Event Studio Packages and Reports User.