Name

global.MatchingRuleDemandTables

Description

No description available

Script

var MatchingRuleDemandTables = Class.create();
MatchingRuleDemandTables.prototype = {
  tableList : ["sn_customerservice_customer_interaction", "task", "interaction"],
  
  initialize: function() {
  },
  
  process: function() {
  	var taskTableList = j2js(GlideDBObjectManager.get().getTableExtensions("task"));
  	
  	for(var i = 0; i < taskTableList.length; i++)
  		this.tableList.push(taskTableList[i]);
  	
      return this.tableList;
  },
  
  type: 'MatchingRuleDemandTables'
};

Sys ID

26dc1d8cc33022001c845cb981d3ae96

Offical Documentation

Official Docs: