SOQL allows us to fetch data from a Salesforce org. There are two ways in which you can do that: 1) Dynamic queries, and 2) Static queries. Dynamic Query…
Tag: SOQL

SOQL Injection and Prevention
SOQL Injections in Salesforce are a type of security attack. Below, we discuss how SOQL Injections happen and how to prevent them. What is SOQL Injection in Salesforce? SOQL…

Using Workbench to Insert, Upsert, and Update Data
In a previous blog post, we discussed how to utilize Workbench for Salesforce to query datasets. We also discussed the flexibility of Workbench for users with or without SOQL…

Using Workbench to Query Data
One of the tasks that often comes up during client implementations at White Glove Consulting Group is data cleanup. This is a broad category and can include schema re-design, new…