Alerts in v2 - Notes and Approvals

In the system settings, we can control where the alerts go on the various approval types.
approval_forms_to_alert: {
cp_assessment: “assessment”,
cp_case_plan: “case_plan”,
closure_form: “closure”
},
If you do not want to see the alert, remove the line from the object.

For notes in the system settings:

changes_field_to_form: {
notes_section: ‘notes’,
services_section: ‘services’
},

The first line sets alerts for the notes, the second for services notes. You will need to set this up for the country you are setting up for alerts.

Just to be clear. This is the system settings on the deployed configuration. This is not currently exposed on the user interface