DEV Community

Cover image for GlideRecordUtil (aka GRU)
Nicola Attico
Nicola Attico

Posted on

GlideRecordUtil (aka GRU)

๐ŸŽˆ I'll definitely start using GlideRecordUtil ๐ŸŽˆ

Image description

Itโ€™s never too late to discover a little thing that can make your #ServiceNow life easier...

I hadnโ€™t realized until now how useful the time-tested class GlideRecordUtil could be in my day-to-day job ๐ŸŽ‰

If you spend as much time as I do moving data between GlideRecords and Javascript Objects, youโ€™ll probably like this little tool ๐Ÿ—œ๏ธ

I especially appreciate the populateFromGR and mergeToGR methods, which eliminate a fair amount of boilerplate code ๐Ÿ˜…

Also, I hope you appreciate the use of modern JavaScript syntax and functions.

P.S.: console.log no longer requires JSON.stringify(...)โœŒ

Top comments (0)