Name

global.cxs_RPFltrConfig

Description

The business logic for the cxs_rp_fltr_config table

Script

var cxs_RPFltrConfig = Class.create();
cxs_RPFltrConfig.prototype = Object.extendsObject(cxs_FltrConfig, {
  
  /**
   * Returns a list of possible Search Resource Ids for the configuration
   */
  getSearchResourceFilter: function() {
  	return this._getSearchResourceFilter(this._gr.cxs_rp_config);
  },

  type: 'cxs_RPFltrConfig'
});

Sys ID

6d98282ad773220034d145bcce610353

Offical Documentation

Official Docs: