```var columns = [ new nlobjSearchColumn('locatio...
# suitescript
m
Copy code
var columns = [
	new nlobjSearchColumn('locationquantitycommitted'),
	new nlobjSearchColumn('locationquantityonhand'),
	new nlobjSearchColumn('locationquantitybackordered'),
	new nlobjSearchColumn('quantitypicked', 'transaction'),
	new nlobjSearchColumn('trandate', 'transaction'),
	new nlobjSearchColumn('quantitycommitted', 'transaction'),
	new nlobjSearchColumn('entity', 'transaction'),
	new nlobjSearchColumn('tranid', 'transaction'),
	new nlobjSearchColumn('quantity', 'transaction'),
	new nlobjSearchColumn('custcol_tl_expectedshipdate', 'transaction'),
];