Resolved! length of an array
while executing the below, I am not getting the length of list. var inc = new GlideRecord('incident');inc.addActiveQuery();inc.query();inc.next();var list = inc.getElements()gs.print(list.length); showing output: undefined why? please explain..
