Name

global.AjaxPmConsole

Description

No description available

Script

var AjaxPmConsole = Class.create();
AjaxPmConsole.prototype = 
Object.extendsObject(AbstractAjaxProcessor, {
  getActualTable: function() {
  	var consoleTableId = this.getParameter('sysparm_console_table_id');
  	var gr = new GlideRecord('pm_console_table');
  	if ( gr.get(consoleTableId) )
  		return gr.getValue('table');
  	return '';
  },
  type: 'AjaxPmConsole'
});

Sys ID

3dd2c55f37002200277826877e41f110

Offical Documentation

Official Docs: