Right Click the Schema and select "New -> Trigger" then choose "with Selected Table/View" to create a Trigger with the last selected Table/View or choose "without Selected Table/View" for a blank Trigger.
If Editing an existing Trigger:
There are a number of methods to edit an existing Trigger in the Schema.
Choose the one you are most comfortable with:
Open Manage Triggers screen and click the "Edit" button with the Constraint selected.
See Manage Schema Objects Tutorial
Right Click the Trigger in the Schema Explorer and select "Properties".
Editing Trigger Properties
If you are Adding a Trigger you can choose the Table from the drop down list.
If you are editing this list will be locked.
Setup the Trigger Name as required.
See Object Names for more information.
Choose the Trigger activation type.
Choose the Trigger activation action.
Type the Trigger SQL.
Click the button to Validate your SQL syntax. (Not Required)
There are a few keyboard shortcuts available for screens that allow direct SQL entry.
See SQL Quick Tips
Click OK to submit your changes.
- OR - Click Cancel to discard your settings.