A database action.
case find
Perform a search given the current query.
case new
Create a new record given the current query data.
case edit
Edit (update) the record indicated by the record id with the current query fields/values.
case delete
Delete the record indicated by the current record id.
case duplicate
Duplicate the record indicated by the current record id.