Update event action with a new code module version
Code modules are versioned documents. If you modify a Java action handler contained within a code module, then you must update any event actions referencing the code module that's been updated. Specifically, you must update the reference in the event actions to the new version of the code module.
To update a code module and event action:
- Check out the code module.
- Modify the Java action handler source and compile.
- Check in the new version of the code module.
- Right-mouse on the code module and copy the object reference.
- Open the event action that references the updated code module, select the Properties tab, then the All Properties option.
- Scroll to the Code Module property at the bottom of the dialog box. Right-click the Code Module value field and click the Paste Object command.
- In the Select Object from Paste Buffer dialog box, select the latest version object reference and click OK.
- In the Properties dialog box, click Apply, the click OK.