Discussions
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
kit items in invoice search results
I did an invoice search in SuiteScript:
var filt = [], col = [], res;
filt.push(new nlobjSearchFilter('tranid', null, 'is', tranid));
col.push(new nlobjSearchColumn('tranid'));
col.push(new nlobjSearchColumn('entity'));
col.push(new nlobjSearchColumn('trandate'));
col.push(new nlobjSearchColumn('item'));
col.push(new nlobjSearchColumn('quantity'));
col.push(new nlobjSearchColumn('amount'));
col.push(new nlobjSearchColumn('otherrefnum'));
col.push(new nlobjSearchColumn('shipto'));
col.push(new nlobjSearchColumn('shiplabel'));
col.push(new nlobjSearchColumn('shipaddressee'));
col.push(new nlobjSearchColumn('shipaddress1'));
col.push(new nlobjSearchColumn('shipaddress2'));
col.push(new nlobjSearchColumn('shipcity'));
col.push(new nlobjSearchColumn('shipstate'));
col.push(new nlobjSearchColumn('shipzip'));
col.push(new nlobjSearchColumn('shipcountry'));