Modify a field trigger
- Last Updated: September 5, 2021
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
To modify a field trigger:
- Choose . The Field Editor alphabetically lists all the tables defined for your database.
- Select the table for which you want to modify the trigger. The Field Editor appears.
- Choose Triggers.
- Select the field for which you want to modify the trigger. The Field Triggers dialog box appears.
- Specify the name of the trigger procedure, then press PUT to enter the trigger code. The Trigger Code window appears.
- Edit the trigger code.
- Choose OK to return to the Field Triggers dialog box.
- Choose OK to return to the Field Editor.