MicroStrategy ONE

Modifying an Existing Event

This topic provides step-by-step instructions on modifying an existing event.

  1. Launch the Custom Event Handler Creation Wizard.  

  2. Click Browse to navigate to the source folder for MicroStrategy project.  

  3. Click Browse to navigate to the package.  

  4. Enter a name for the event handler in the Name text field.  

  5. To modify an existing event, select the radio button Use Existing Event. Then select the appropriate ID from the drop-down menu for Event ID.  

  6. Click Add to specify arguments for the event.  

  7. Click the Click here... text in the Argument ID column to enter the argument ID.  

  8. Check the box next to the argument ID, if the argument is a required argument.  

  9. Click the Click here... text in the Argument Name column to enter the name for the argument.  

  10. Click Next.  

  11. Click Finish. This opens up two files for editing— one file that contains code for the event handler and the other that contains code for the enumeration.

    The new event handler gets added to the bean. It is listed in the Event Handler text field for the bean under the Properties section.  

  12. Modify the code for the event handler as appropriate.  

  13. Modify the code for the enumeration as appropriate.  

  14. Save your changes.