Initializing event types

The notifications module relies on configuration stored in its database to determine how notifications should be sent to users.

This configuration must be initialized before starting to use the module. The initialization will create two things in the database:

  1. The Web Notifications, E-Mail and SMS Delivery Media.
  2. The Event Types associated with user comments in entities that support them.

To execute this initialization, run the "Initialize Event Types" option in K2BTools' menu.

This procedure can be executed many times, existing data will not be modified.

After deploying the application, the InitializeEventTypes procedure can be run from the command line instead of the menu option.