Brian Cline

Solution Architect skilled in Salesforce, NetSuite and JavaScript Development

  • About
  • Résumé
  • JavaScript
  • Salesforce
  • Contact
  • Articles
  • About
  • Résumé
  • JavaScript
  • Salesforce
  • Contact
  • Articles

Tag: SOQL

Salesforce Logo

Fetching All Fields in Salesforce – Spring 2021 Edition

January 12, 2021Brian ClineProgramming, SalesforceDynamic SOQL, SOQL

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.

How to Use Like With Collections in SOQL

How to Use Like With Lists and Sets In SOQL Queries

April 13, 2017Brian ClineSalesforceSalesforce, SOQL

It’s no secret, that Salesforce programmers are huge fans of collections like lists, sets, and maps because they allow for much more efficient queries. I’ve decided to put together a post about how to use the Like Operator in SOQl and how to use it with Lists and Sets.…

Read More

How to Select All Fields in SOQL

How to Select All Fields in SOQL

March 21, 2017Brian ClineSalesforceDynamic SOQL, Salesforce, SOQL

Instead of using Standard Query Language (SQL), Salesforce decided to create it’s own variation of the language for querying their databases. Salesforce Object Query Language, known as SOQL, has a basic syntax that is very similar to SQL but there’s some differences.…

Read More