Name

sn_interview_temp.InterviewTemplatesAjax

Description

No description available

Script

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

  getQuestions: function() {
      var term = this.getParameter('sysparm_term');
      var table = this.getParameter('sysparm_table');
      return new global.JSON().encode(new InterviewTemplates().getQuestions(term, table));
  },

  type: 'InterviewTemplatesAjax'
});

Sys ID

2acc40bf53e22010ff1fddeeff7b12c6

Offical Documentation

Official Docs: