Add or modify action
Add new action
To add new action we can execute a stored procedure:
Or insert directly into the action table:
Modify existing action
To modify existing action, we can either re-run the procedure passing action_id:
Or we can update action table directly:
Delete Action
To delete existing action simply delete it from the actions table and all associated logger records will also be deleted:
Note that you cannot delete an action if there are checks or reports using that action. Please first delete or disassociate checks and reports and then delete the action.
Last updated