Name

sn_lookup_verify.LookupVerifyUtil

Description

No description available

Script

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

  associateRecordToInteraction: function() {
  	// check if the string for lookup is a record number
  	
  	var lookupVerifyGenUtil = new sn_lookup_verify.LookupVerifyGenUtil();
  	return lookupVerifyGenUtil.associateRecordToInteraction(this.getParameter("sysparm_term"), this.getParameter("sysparm_interaction_id"));
  },

  type: 'LookupVerifyUtil'
});

Sys ID

78f8e13c53a123009925ddeeff7b12c3

Offical Documentation

Official Docs: