Name

sn_grc.EntityFilterAjax

Description

Client callable scripts from entity filter UI

Script

var EntityFilterAjax = Class.create();
EntityFilterAjax.prototype = Object.extendsObject(global.AbstractAjaxProcessor, {

  getCMDBQueryNodes: function() {
      var response = new sn_grc.GRCCMDBQueryIntegration().getCMDBQueryNodes(this.getParameter('sysparm_queryId'));
      return JSON.stringify(response);
  },

  type: 'EntityFilterAjax'
});

Sys ID

9ed5e39e07ab601054685d3f0ad3009d

Offical Documentation

Official Docs: