Get array field of glideRecord object
Hi, I was wondering if there was an optimised way of retrieving all field values of a queried glideRecord. The naive way is iterating through each glideElement and push the field (sys_id for example) to an array. I feel like there should be an optim...