The easy way to encode JSON GlideRecord
Hi allI sure that you see some troubleshooting when you find a way to encode GlideRecord to JSON stringAnd I have the easy way to do it with OOTB script include var util= new global.GlideRecordUtil(); var grinc= new GlideRecord("incident"); grinc.get...
