Some utility methods when writing Salesforce APEX code

1 · Sunit Katkar · Dec. 30, 2017, 1:51 a.m.
Purpose of this blog postWhen you work with Salesforce APEX language you come across the Salesforce Object Query Language or SOQL. Any non-trivial APEX script will have some SOQL in it. SOQL is like the standard SQL but with some differences which are more suited to accessing and manipulating Salesforce objects and records.I found that I needed a few things always in APEX scripts and so extracted them into a utility class. This short blog post is about these code snippets which I have collected ...