Category: soql
-
SQLForce – ANSI SQL for SalesForce
There are great tools for SalesForce that we don’t hear much about: SQLForce – Command line interpreter with ANSI SELECT/DELETE/MODIFY//INSERT commands that work with Salesforce. http://code.google.com/p/sqlforce/
-
My 1st little App Exchange: SOQL Query Tool
As a little exercise, I’ve created a small tool comprised of a VisualForce page/tab that allows system administrators to run ad-hoc SOQL (SOSL and aggregate queries) from within their applications and do mass update on every page of 100 records. Basically, it reproduces a little of the functionality of the DeveloperForce utility Mass Update Anything.…