Category: data load

  • 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/

  • How to disable/enable all validation rules for data loading

    While working on a recruiting application, I found a solution for being able to load data into a SalesForce application without being blocked by validation rules. Validation rules are usually intended to be applied only when a user creates a record and not when data is being imported from an external database. In this recruiting…