Programming
Apex: Converting Lists to Sets, and Sets To Lists
As many Salesforce Apex programmers know, in Salesforce it’s pretty much an unchallenged best practice that all code should be able to…
As many Salesforce Apex programmers know, in Salesforce it’s pretty much an unchallenged best practice that all code should be able to…
I recently had a requirement to have JavaScript create a cookie and then read it in later by an Apex class. You…
I recently had a requirement to dynamically determine what fields had been set or queried on a sObject, so that a comparison…