Page 1 of 1

Preview SOQL ?

Posted: Fri 15 Apr 2016 21:06
by PascalD2
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!

Re: Preview SOQL ?

Posted: Mon 18 Apr 2016 12:58
by Shalex
We recommend using Fiddler to trace web activity, i.e. the actual SOQL queries sent to the server by the provider.

JIC: https://www.devart.com/dotconnect/sales ... ement.html.