Name
sn_cimaf.CISourceTablesSNC
Description
Returns a list of source table names supported by CI Metrics Collection framework for populating a Table Name type field. Invoked as a tableChoicesScript attribute for populating the source_table field on the sn_cimaf_collection_rule table.
Script
var CISourceTablesSNC = Class.create();
CISourceTablesSNC.prototype = {
initialize: function() {
},
process : function() {
var tables = ['incident'];
return tables;
},
type: 'CISourceTablesSNC'
};
Sys ID
224f13075313011098c9ddeeff7b12ad