David Durst
04/30/2019, 7:55 AMfunction getInputData() {
var script = runtime.getCurrentScript();
log.debug({
'title': 'Governance Monitoring',
'details': 'Remaining Usage = ' + script.getRemainingUsage()
});
var inputData = search.create({
type: "item",
filters:
[
["ispreferredvendor","is","T"],
"AND",
["isinactive","is","F"]
],
columns:
[
search.createColumn({name: "custitem_price_matrix_group", sort: search.Sort.ASC}),
//search.createColumn({name: "vendorcost"})
]
});
log.debug({
'title': 'Governance Monitoring',
'details': 'Remaining Usage = ' + script.getRemainingUsage()
});
return inputData
}
Michael Pope
04/30/2019, 3:43 PMMichael Pope
04/30/2019, 3:44 PMMichael Pope
04/30/2019, 3:44 PMMichael Pope
04/30/2019, 3:44 PMMichael Pope
04/30/2019, 3:44 PMDavid Durst
04/30/2019, 7:54 PMDavid Durst
04/30/2019, 8:01 PMMichael Pope
04/30/2019, 8:19 PMMichael Pope
04/30/2019, 8:20 PMMichael Pope
04/30/2019, 8:20 PMMichael Pope
04/30/2019, 8:21 PMMichael Pope
04/30/2019, 8:21 PMMichael Pope
04/30/2019, 8:22 PMMichael Pope
04/30/2019, 8:22 PMMichael Pope
04/30/2019, 8:22 PMMichael Pope
04/30/2019, 8:23 PMMichael Pope
04/30/2019, 8:23 PMMichael Pope
04/30/2019, 8:23 PMMichael Pope
04/30/2019, 8:23 PMMichael Pope
04/30/2019, 8:24 PMMichael Pope
04/30/2019, 8:24 PMMichael Pope
04/30/2019, 8:24 PMMichael Pope
04/30/2019, 8:24 PM