Preview SOQL ?
Posted: Fri 15 Apr 2016 21:06
HI,
Is there a way to see what is the SOQL sent to Salesforce when using the SalesForceAdapter?
I am having some problems with a query and dbMonitor only gives me the original SQL so I can't really debug.
I have a query with a COUNT(*) and a group by 2 fields that gives me the same count for both records (4) as I should have 1 and 3
Thanks!
Is there a way to see what is the SOQL sent to Salesforce when using the SalesForceAdapter?
I am having some problems with a query and dbMonitor only gives me the original SQL so I can't really debug.
I have a query with a COUNT(*) and a group by 2 fields that gives me the same count for both records (4) as I should have 1 and 3
Thanks!