Resolved! Why we cannot encode GlideRecord with JSON.stringify()?
Hi all,When I tried to encode the GlideRecord with JSON.stringify, I received the output like belowcode: var grinc= new GlideRecord("incident"); grinc.get("your_sys_id"); gs.print(JSON.stringify(grinc)) Output: {"sys_meta":{"active":"1","array":"0",...

