Name
global.NotificationTablesList
Description
Return a list of notification tables.
Script
var NotificationTablesList = Class.create();
NotificationTablesList.prototype = {
initialize: function() {
},
process: function(){
var notif_tables= [];
notif_tables.push("sysevent_email_action");
notif_tables.push("sys_notification");
return notif_tables;
},
type: 'NotificationTablesList'
};
Sys ID
6af967f9a3310110655a474446fcda2c