``` var custColumns2 = []; custCol...
# suitescript
s
Copy code
var custColumns2 = [];
        custColumns2.push(new nlobjSearchColumn('internalid', null, null).setSort(false));
        custColumns2.push(new nlobjSearchColumn('subsidiary'));
        custColumns2.push(new nlobjSearchColumn('currency'));
        log("custColumns2", custColumns2);
I’m kinda new to suitescript 1.0, only been writting 2.0…. but this custColumns2 isn’t being set correctly. When the result of the log:
[{},{},{}]
Is there some setting or permission that needs to be set so I can search on those columns?