define(['N/search', 'N/record', 'N/runtime', 'N/log', 'N/error'],
function(search, record, runtime, log, error) {
//var search_id;
//var statediscount;
function getInputData() {
try {
var scriptobj = runtime.getCurrentScript();
var search_id = scriptobj.getParameter({name:'custscript_taxcodes_search'});
var strField = runtime.getCurrentScript().getParameter("custscript_taxcodes_search");
log.debug('strField', strField);