the 'recordtype' column works for me. i do this _...
# suitescript
s
the 'recordtype' column works for me. i do this _a lot_:
Copy code
search.lookupFields({
	type : search.Type.TRANSACTION,
	id : myRandomTransactionId,
	columns : 'recordtype'
});