Delete Grid Rec Verify–After
In the Delete Grid Rec Verify-After event, you might want to perform custom logic to verify that the delete is valid. For example, other tables might contain dependant records that prevent this record from being deleted as long as they exist.
The system processes the logic that is attached to this event after the user clicks the OK button in the Verify confirmation form. If the user clicks the Cancel button in the Verify confirmation form, the logic attached to this event does not occur.
Next, the Delete Grid Rec From DB–Before event occurs.