What is the $sp.getListColumns default view?
If I run this scriptvar fields = new GlideSPScriptable().getListColumns('incident',null); gs.info(fields);It prints "number,category,short_description,priority". Where is this list of fields coming from? I thought it might be coming from the Incident...