Hello All,
We are trying to use SOQL to pull in Account data from Salesforce.com, but have been struggling since past few days to get the advanced filter working.
Hopefully you may be able to thrown some light on it.
Scenario:
We have created an Auto Sync for pulling in Accounts and want to use Advance filter to identify only those Account records that have Opportunities with Stage = 'Closed Won' associated with them.
We have tried to create SOQL that queries only on the Account object in Salesforce and that works, but when we try to query for the above scenario, i.e. identify accounts based on the related Opportunities criteria, we get an error in Auto Sync.
I know that the SOQL is correct since it works fine in Salesforce.com.
Would you be able guide on what could be failing
Thanks.
Aditya