Resolved! What is the default "ORDERBY" for GlideRecord?
Hi all, What is the default order the system queries/displays records in GlideRecord API? For example, var gr=new GlideRecord('incident'); gr.query(); while(gr.next()) gs.print(gr.number); The system displays all incident numbers, but in what...
