Resolved! Cannot read property "0" from undefined
Script includes that handle arrays like the following will return an error at the for statement point「error:Cannot read property "0" from undefined」What is wrong? var gr = new GlideRecord("tablename"); gr.addQuery("sys_id", "xxx"); gr.query(); var s...