You need to sign in to do that
Don't have an account?
SOQL Profiler on API calls
Hello,
Is there a way to capture soql queries and inserts in the debug logs. For example, if Data Loader calls the API to export some Accounts, I'd like to see SELECT Id, Name FROM Account WHERE ID=<something> in the debug log.
Or if someone sends an insert or update to an Account, I'd like to see the full ist of what's changed. For example:
INSERT (ID=<something>, Name="ABC Contracting")
UPDATE( ID=<something>, Name = "XYZ Consulting")
We have a black box application, pulling and sending data from our Financial System to Salesforce, but all I really see is validation rules, triggers and workflows firing.
I guess, I'm spoiled from MS SQL Profiler in the Database world.
Thanks,
Shane
http://salesforce.stackexchange.com/questions/5699/how-can-i-profile-the-performance-of-salesforce-queries