Resolved! How to Create an array of GlideRecord objects?
Hi All, I'm tried to copy the GlideRecord objects to an Array, so i can iterate through the array in HTML(view). sample code - var getHelpSupp = []; var grSupp = new GlideRecord('u_get_help_support'); grSupp.addQuery('u_test_territory', lnk); grSupp....