Name
Set the trigger name.
Compound
Check to set the trigger as a compound trigger.
Row Trigger
Check to set the trigger as a row trigger.
Fires
Specify the trigger timing whether the trigger action is to be run before or after the triggering statement.
INSERT - fires the trigger whenever an INSERT statement adds a row to a table or adds an element to a nested table. UPDATE - fires the trigger whenever an UPDATE statement changes a value in one of the columns specified in Update of Fields. If no Update of Fields are present, the trigger will be fired whenever an UPDATE statement changes a value in any column of the table or nested table. DELETE - fires the trigger whenever a DELETE statement removes a row from the table or removes an element from a nested table.
Update of Fields
Specify the fields for UPDATE statement trigger upon necessary.
Enable
You can choose whether to enable / disable the trigger constraint by checking / unchecking the box.