How to extend Pega Notification feature
There are "N" number of case types exist in the application. "N" number of notifications will be triggered for each of case types during its processing. There is a potential chance of generating large volume of notifications in production. Will it be feasible to store each case type specific notifications in a separate table instead of storing all case type notifications in the same PEGA OOTB notification table? Was wondering if this can be achieved by creating each case type specific Notification class (inheriting from Pega-Notifiaction) and later mapping them to separate tables.
Appreciate any suggestion/thoughts for a solution.