Programming
Fetching All Fields in Salesforce – Spring 2021 Edition
In Salesforce, the Standard Query Language (SQL) didn't have a great way of doing SELECT * or select all fields but that changed in Spring 2021.
In Salesforce, the Standard Query Language (SQL) didn't have a great way of doing SELECT * or select all fields but that changed in Spring 2021.
Instead of using Standard Query Language (SQL), Salesforce decided to create it’s own variation of the language for querying their databases. Salesforce…
Lately, I’ve been working on a lot of dynamic apex and soql. I had a requirement to develop a custom appexchange app…